diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-12-26 01:32:12 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-26 01:32:12 +0000 |
| commit | 0fc14c1bfc799615b092f29648ab3816f1a07052 (patch) | |
| tree | b21968c4a00845cdb8b4835d4c011f4c4b03d4f1 /modules/watermark/views/watermark_position.html.php | |
| parent | eb35afc987a4e8b2772d10ac2bd63b1a3a091239 (diff) | |
Simplify the watermark module. We can now upload, edit and delete one
watermark. The UI is rough and we don't yet apply the watermark to
images.. that's next.
Diffstat (limited to 'modules/watermark/views/watermark_position.html.php')
| -rw-r--r-- | modules/watermark/views/watermark_position.html.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/watermark/views/watermark_position.html.php b/modules/watermark/views/watermark_position.html.php deleted file mode 100644 index 6a8b1d71..00000000 --- a/modules/watermark/views/watermark_position.html.php +++ /dev/null @@ -1,16 +0,0 @@ -<? defined("SYSPATH") or die("No direct script access."); ?> -<script type="text/javascript"> - $("#gDialog").ready(watermark_dialog_initialize); -</script> -<div id="gWatermarkAdmin"> - <div id="gTarget"> - <img id="gTargetImage" src="<?= $sample_image ?>"></img> - <div id="gWaterMark" style="float:none;z-index:1005;position:absolute;top:100px"> - <img id ="gWaterMarkImage" src="<?= $watermark_image ?>" - width="<?= $watermark_width ?>" height="<?= $watermark_height ?>" /> - </div> - </div> - <div id="gWatermarkPostionForm" > - <?= $watermark_position_form ?> - </div> -</div> |
