[vhffs-dev] [1950] removed USE dumper from templates (na!) |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1950
Author: gradator
Date: 2012-01-26 14:10:36 +0100 (Thu, 26 Jan 2012)
Log Message:
-----------
removed USE dumper from templates (na!)
Modified Paths:
--------------
trunk/vhffs-panel/templates/admin/tag/category/list.tt
trunk/vhffs-panel/templates/dns/prefs.tt
Modified: trunk/vhffs-panel/templates/admin/tag/category/list.tt
===================================================================
--- trunk/vhffs-panel/templates/admin/tag/category/list.tt 2012-01-26 13:02:10 UTC (rev 1949)
+++ trunk/vhffs-panel/templates/admin/tag/category/list.tt 2012-01-26 13:10:36 UTC (rev 1950)
@@ -1,5 +1,4 @@
[% USE date %]
-[% USE dumper %]
<p><a href="?do=tagcategorycreate">[% 'Add a category.' | i18n | html %]</a></p>
[% IF categories.size() > 0 %]
<table border="1">
Modified: trunk/vhffs-panel/templates/dns/prefs.tt
===================================================================
--- trunk/vhffs-panel/templates/dns/prefs.tt 2012-01-26 13:02:10 UTC (rev 1949)
+++ trunk/vhffs-panel/templates/dns/prefs.tt 2012-01-26 13:10:36 UTC (rev 1950)
@@ -10,7 +10,6 @@
[% FOREACH a IN sorted_a %]
<form class="table-like" method="post" action="#" accept-charset="utf-8">
<p>
-[% USE dumper %]
<label for="data_[% a.id %]">[% (a.name == '@' ? dns.get_domain : a.name) | html %]-></label>
<input type="text" name="data" id="data_[% a.id %]" value="[% a.data | html %]" />
<input type="hidden" name="name" value="[% dns.get_domain | html %]" />