From cc2a640933b9b4f5a982963acbd4f2c90e7982a1 Mon Sep 17 00:00:00 2001 From: sebastian Date: Wed, 23 Feb 2005 22:49:42 +0000 Subject: [PATCH] *** empty log message *** --- .../var/templates/popup/_clear_parent.tpl | 3 ++ .../{ScratchPad.tpl => scratchPad.tpl} | 53 ++++--------------- .../var/templates/script/scratchPad.js.tpl | 38 +++++++++++++ 3 files changed, 52 insertions(+), 42 deletions(-) create mode 100755 livesupport/modules/htmlUI/var/templates/popup/_clear_parent.tpl rename livesupport/modules/htmlUI/var/templates/{ScratchPad.tpl => scratchPad.tpl} (58%) create mode 100755 livesupport/modules/htmlUI/var/templates/script/scratchPad.js.tpl diff --git a/livesupport/modules/htmlUI/var/templates/popup/_clear_parent.tpl b/livesupport/modules/htmlUI/var/templates/popup/_clear_parent.tpl new file mode 100755 index 000000000..4b2c219b8 --- /dev/null +++ b/livesupport/modules/htmlUI/var/templates/popup/_clear_parent.tpl @@ -0,0 +1,3 @@ + diff --git a/livesupport/modules/htmlUI/var/templates/ScratchPad.tpl b/livesupport/modules/htmlUI/var/templates/scratchPad.tpl similarity index 58% rename from livesupport/modules/htmlUI/var/templates/ScratchPad.tpl rename to livesupport/modules/htmlUI/var/templates/scratchPad.tpl index ad924fdd5..5fa1e154e 100755 --- a/livesupport/modules/htmlUI/var/templates/ScratchPad.tpl +++ b/livesupport/modules/htmlUI/var/templates/scratchPad.tpl @@ -1,7 +1,7 @@ {*Smarty template*}
-
ScratchPad
+
ScratchPad {if is_array($SCRATCHPAD)}
@@ -16,11 +16,16 @@ {foreach from=$SCRATCHPAD item=i} - + - - {$i.title} - + {$i.title} {$i.duration} {$i.type} X @@ -35,40 +40,4 @@ {/if}
- -{literal} - -{/literal} + diff --git a/livesupport/modules/htmlUI/var/templates/script/scratchPad.js.tpl b/livesupport/modules/htmlUI/var/templates/script/scratchPad.js.tpl new file mode 100755 index 000000000..f39ac55e3 --- /dev/null +++ b/livesupport/modules/htmlUI/var/templates/script/scratchPad.js.tpl @@ -0,0 +1,38 @@ +{*Smarty template*} + +{literal} + +{/literal}