[vhffs-dev] [1850] Misc unused templates |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1850
Author: beuss
Date: 2011-06-03 00:04:39 +0200 (Fri, 03 Jun 2011)
Log Message:
-----------
Misc unused templates
.... and again ...
Modified Paths:
--------------
trunk/vhffs-panel/templates/Makefile.am
Removed Paths:
-------------
trunk/vhffs-panel/templates/admin/misc/list.tmpl
trunk/vhffs-panel/templates/admin/object/search.tmpl
Modified: trunk/vhffs-panel/templates/Makefile.am
===================================================================
--- trunk/vhffs-panel/templates/Makefile.am 2011-06-02 22:04:14 UTC (rev 1849)
+++ trunk/vhffs-panel/templates/Makefile.am 2011-06-02 22:04:39 UTC (rev 1850)
@@ -1,7 +1,5 @@
paneltemplatesdir = @TEMPLATESDIR@/panel
nobase_dist_paneltemplates_DATA = \
- admin/misc/list.tmpl \
- admin/object/search.tmpl \
menu/context.tmpl \
menu/context-group.tmpl \
menu/context-modo.tmpl \
Deleted: trunk/vhffs-panel/templates/admin/misc/list.tmpl
===================================================================
--- trunk/vhffs-panel/templates/admin/misc/list.tmpl 2011-06-02 22:04:14 UTC (rev 1849)
+++ trunk/vhffs-panel/templates/admin/misc/list.tmpl 2011-06-02 22:04:39 UTC (rev 1850)
@@ -1,12 +0,0 @@
-<h1><TMPL_VAR ESCAPE=1 NAME="TITLE"></h1>
-
-<table>
- <tr>
- <th><TMPL_VAR ESCAPE=1 NAME="TEXT_TITLE1"></th>
- <th><TMPL_VAR ESCAPE=1 NAME="TEXT_TITLE2"></th>
- <th><TMPL_VAR ESCAPE=1 NAME="TEXT_TITLE3"></th>
- <th><TMPL_VAR ESCAPE=1 NAME="TEXT_TITLE4"></th>
- <th><TMPL_VAR ESCAPE=1 NAME="TEXT_TITLE5"></th>
- </tr>
- <TMPL_VAR ESCAPE=0 NAME="LIST">
-</table>
Deleted: trunk/vhffs-panel/templates/admin/object/search.tmpl
===================================================================
--- trunk/vhffs-panel/templates/admin/object/search.tmpl 2011-06-02 22:04:14 UTC (rev 1849)
+++ trunk/vhffs-panel/templates/admin/object/search.tmpl 2011-06-02 22:04:39 UTC (rev 1850)
@@ -1,4 +0,0 @@
- <h1><TMPL_VAR ESCAPE=1 NAME="TITLE"></h1>
- <form method="post" action="list.pl" accept-charset="utf-8">
- <input type="text" name="NAME" value=""/>
- </form>
\ No newline at end of file