diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-28 20:40:28 +0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-28 21:00:25 +0800 |
| commit | a7f4d7aced009007d36e48685648e9bc3382f8cb (patch) | |
| tree | f5b13204b496414ccee0f9e997da0b811ef66559 /modules/gallery/views | |
| parent | 2f969c80eb2e228f2c5729c6f4660c99555f9c9f (diff) | |
Revert commit 078c77a62b623322956457bfd7bfbdaf56203b00 and change the
tag_event:item_edit_form to use the new Form_Script library to inject
script into a form.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
Diffstat (limited to 'modules/gallery/views')
| -rw-r--r-- | modules/gallery/views/item_edit.html.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/gallery/views/item_edit.html.php b/modules/gallery/views/item_edit.html.php deleted file mode 100644 index 9aa2fb64..00000000 --- a/modules/gallery/views/item_edit.html.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php defined("SYSPATH") or die("No direct script access.") ?> -<? if (!empty($script)): ?> -<script> - <?= implode("\n", $script) ?> -</script> -<? endif ?> -<div id="gEditFormContainer"> - <?= $form ?> -</div>
\ No newline at end of file |
