[vhffs-dev] [1730] WTF?! Seems to be a very old error. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1730
Author: beuss
Date: 2011-05-14 13:13:51 +0200 (Sat, 14 May 2011)
Log Message:
-----------
WTF?! Seems to be a very old error.
Modified Paths:
--------------
trunk/vhffs-panel/templates/Makefile.am
Removed Paths:
-------------
trunk/vhffs-panel/templates/web/mailuser.tmpl
Modified: trunk/vhffs-panel/templates/Makefile.am
===================================================================
--- trunk/vhffs-panel/templates/Makefile.am 2011-05-14 11:13:41 UTC (rev 1729)
+++ trunk/vhffs-panel/templates/Makefile.am 2011-05-14 11:13:51 UTC (rev 1730)
@@ -108,7 +108,6 @@
bazaar/create.tmpl \
bazaar/prefs.tmpl \
bazaar/user_part.tmpl \
- web/mailuser.tmpl \
cron/create.tmpl \
cron/prefs.tmpl \
acl/view.tt \
Deleted: trunk/vhffs-panel/templates/web/mailuser.tmpl
===================================================================
--- trunk/vhffs-panel/templates/web/mailuser.tmpl 2011-05-14 11:13:41 UTC (rev 1729)
+++ trunk/vhffs-panel/templates/web/mailuser.tmpl 2011-05-14 11:13:51 UTC (rev 1730)
@@ -1,29 +0,0 @@
- <fieldset id="chooseMailMode">
- <legend>
- <TMPL_VAR ESCAPE=1 NAME="TEXT_MAILINFO1">
- </legend>
-
- <p>
- <input name="mail_activate" id="mail_activate" type="checkbox" /> <label for="mail_activate"><TMPL_VAR ESCAPE=1 NAME="TEXT_MAILACTIV"></label>
- </p>
-
- <p>
- <label for="mail_usage">
- <TMPL_VAR ESCAPE=1 NAME="TEXT_MAILINFO2">
- </label>
- </p>
-
- <p>
- <input name="mail_usage" id="mail_usage_box" value="mail_box" type="radio" />
- <label for="mail_usage_box" ><TMPL_VAR ESCAPE=1 NAME="TEXT_MAILBOX"></label>
- </p>
- <p>
- <input name="mail_usage" id="mail_usage_foward" value="mail_forward" type="radio" />
- <label for="mail_usage_foward"><TMPL_VAR ESCAPE=1 NAME="TEXT_MAILFORWARD"></label>
- </p>
-
- </fieldset>
-
-
-
-