diff options
| author | Christian Fowler <spider@viovio.com> | 2009-02-24 06:55:19 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-02-24 06:55:19 +0000 |
| commit | bcbd10190231fd7da077f74dcdae3a837245f95e (patch) | |
| tree | 514e0e74955830d663b215965734179c60e71984 /templates | |
| parent | ecf4ca74dab38471aab97da331bf5c12aa0a6ae8 (diff) | |
| download | liberty-bcbd10190231fd7da077f74dcdae3a837245f95e.tar.gz liberty-bcbd10190231fd7da077f74dcdae3a837245f95e.tar.bz2 liberty-bcbd10190231fd7da077f74dcdae3a837245f95e.zip | |
move data.dbreport.php to a non distro package
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/plugins/data_dbreport_admin.tpl | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/templates/plugins/data_dbreport_admin.tpl b/templates/plugins/data_dbreport_admin.tpl deleted file mode 100644 index ef781a4..0000000 --- a/templates/plugins/data_dbreport_admin.tpl +++ /dev/null @@ -1,29 +0,0 @@ -{strip} -<div class="admin liberty"> - <div class="header"> - <h1>{tr}DBReport Plugin Settings{/tr}</h1> - </div> - - <div class="body"> - {form legend="DBReport specific settings"} - {formfeedback hash=$feedback} - {legend legend="DBReport Access Settings"} - {foreach from=$formEnable key=feature item=output} - <div class="row"> - {formlabel label=`$output.label` for=$feature} - {forminput} - {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} - {formhelp note=`$output.note` page=`$output.page`} - {/forminput} - </div> - {/foreach} - {/legend} - - - <div class="row submit"> - <input type="submit" name="change_prefs" value="{tr}Change preferences{/tr}" /> - </div> - {/form} - </div><!-- end .body --> -</div><!-- end .liberty --> -{/strip} |
