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}