[vhffs-dev] [1854] panel.tmpl is not used anymore |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1854
Author: beuss
Date: 2011-06-03 00:05:23 +0200 (Fri, 03 Jun 2011)
Log Message:
-----------
panel.tmpl is not used anymore
Modified Paths:
--------------
trunk/vhffs-panel/templates/Makefile.am
Removed Paths:
-------------
trunk/vhffs-panel/templates/main/panel.tmpl
Modified: trunk/vhffs-panel/templates/Makefile.am
===================================================================
--- trunk/vhffs-panel/templates/Makefile.am 2011-06-02 22:05:16 UTC (rev 1853)
+++ trunk/vhffs-panel/templates/Makefile.am 2011-06-02 22:05:23 UTC (rev 1854)
@@ -1,6 +1,5 @@
paneltemplatesdir = @TEMPLATESDIR@/panel
nobase_dist_paneltemplates_DATA = \
- main/panel.tmpl \
main/main.tmpl \
acl/form.tt \
acl/view.tt \
Deleted: trunk/vhffs-panel/templates/main/panel.tmpl
===================================================================
--- trunk/vhffs-panel/templates/main/panel.tmpl 2011-06-02 22:05:16 UTC (rev 1853)
+++ trunk/vhffs-panel/templates/main/panel.tmpl 2011-06-02 22:05:23 UTC (rev 1854)
@@ -1,12 +0,0 @@
-<!-- Header Part-->
-
-<TMPL_VAR ESCAPE=0 NAME="HEADER">
-
-<!-- Page Content -->
-
-<div class="main" id="main">
- <h1><TMPL_VAR ESCAPE=1 NAME="TITLE"></h1>
- <TMPL_VAR ESCAPE=0 NAME="ERRORS">
- <TMPL_VAR ESCAPE=0 NAME="INFOS">
- <TMPL_VAR ESCAPE=0 NAME="CONTENT">
-</div>