[vhffs-dev] [1034] Avoid HTML escaping on newly integrated admin part. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1034
Author: beuss
Date: 2007-10-26 20:04:59 +0000 (Fri, 26 Oct 2007)
Log Message:
-----------
Avoid HTML escaping on newly integrated admin part.
Modified Paths:
--------------
trunk/vhffs-panel/templates/cvs/prefs.tmpl
trunk/vhffs-panel/templates/dns/prefs.tmpl
trunk/vhffs-panel/templates/git/prefs.tmpl
trunk/vhffs-panel/templates/group/prefs.tmpl
trunk/vhffs-panel/templates/mail/prefs.tmpl
trunk/vhffs-panel/templates/mailinglist/prefs.tmpl
trunk/vhffs-panel/templates/mysql/prefs.tmpl
trunk/vhffs-panel/templates/pgsql/prefs.tmpl
trunk/vhffs-panel/templates/repository/prefs.tmpl
trunk/vhffs-panel/templates/svn/prefs.tmpl
trunk/vhffs-panel/templates/user/prefs.tmpl
trunk/vhffs-panel/templates/web/prefs.tmpl
Modified: trunk/vhffs-panel/templates/cvs/prefs.tmpl
===================================================================
--- trunk/vhffs-panel/templates/cvs/prefs.tmpl 2007-10-26 19:54:30 UTC (rev 1033)
+++ trunk/vhffs-panel/templates/cvs/prefs.tmpl 2007-10-26 20:04:59 UTC (rev 1034)
@@ -72,4 +72,4 @@
</p>
</form>
-<tmpl_var name="ADMIN_PART">
+<tmpl_var escape=0 name="ADMIN_PART">
Modified: trunk/vhffs-panel/templates/dns/prefs.tmpl
===================================================================
--- trunk/vhffs-panel/templates/dns/prefs.tmpl 2007-10-26 19:54:30 UTC (rev 1033)
+++ trunk/vhffs-panel/templates/dns/prefs.tmpl 2007-10-26 20:04:59 UTC (rev 1034)
@@ -226,4 +226,4 @@
<tmpl_var name="OPART">
-<tmpl_var name="ADMIN_PART">
+<tmpl_var escape=0 name="ADMIN_PART">
Modified: trunk/vhffs-panel/templates/git/prefs.tmpl
===================================================================
--- trunk/vhffs-panel/templates/git/prefs.tmpl 2007-10-26 19:54:30 UTC (rev 1033)
+++ trunk/vhffs-panel/templates/git/prefs.tmpl 2007-10-26 20:04:59 UTC (rev 1034)
@@ -89,4 +89,4 @@
</form>
<tmpl_var name="OPART">
-<tmpl_var name="ADMIN_PART">
+<tmpl_var escape=0 name="ADMIN_PART">
Modified: trunk/vhffs-panel/templates/group/prefs.tmpl
===================================================================
--- trunk/vhffs-panel/templates/group/prefs.tmpl 2007-10-26 19:54:30 UTC (rev 1033)
+++ trunk/vhffs-panel/templates/group/prefs.tmpl 2007-10-26 20:04:59 UTC (rev 1034)
@@ -104,4 +104,4 @@
</form>
-<tmpl_var name="ADMIN_PART">
+<tmpl_var escape=0 name="ADMIN_PART">
Modified: trunk/vhffs-panel/templates/mail/prefs.tmpl
===================================================================
--- trunk/vhffs-panel/templates/mail/prefs.tmpl 2007-10-26 19:54:30 UTC (rev 1033)
+++ trunk/vhffs-panel/templates/mail/prefs.tmpl 2007-10-26 20:04:59 UTC (rev 1034)
@@ -119,4 +119,4 @@
</form>
-<tmpl_var name="ADMIN_PART">
+<tmpl_var escape=0 name="ADMIN_PART">
Modified: trunk/vhffs-panel/templates/mailinglist/prefs.tmpl
===================================================================
--- trunk/vhffs-panel/templates/mailinglist/prefs.tmpl 2007-10-26 19:54:30 UTC (rev 1033)
+++ trunk/vhffs-panel/templates/mailinglist/prefs.tmpl 2007-10-26 20:04:59 UTC (rev 1034)
@@ -149,4 +149,4 @@
<tmpl_var name="OPART">
-<tmpl_var name="ADMIN_PART">
+<tmpl_var escape=0 name="ADMIN_PART">
Modified: trunk/vhffs-panel/templates/mysql/prefs.tmpl
===================================================================
--- trunk/vhffs-panel/templates/mysql/prefs.tmpl 2007-10-26 19:54:30 UTC (rev 1033)
+++ trunk/vhffs-panel/templates/mysql/prefs.tmpl 2007-10-26 20:04:59 UTC (rev 1034)
@@ -72,4 +72,4 @@
</form>
-<tmpl_var name="ADMIN_PART">
+<tmpl_var escape=0 name="ADMIN_PART">
Modified: trunk/vhffs-panel/templates/pgsql/prefs.tmpl
===================================================================
--- trunk/vhffs-panel/templates/pgsql/prefs.tmpl 2007-10-26 19:54:30 UTC (rev 1033)
+++ trunk/vhffs-panel/templates/pgsql/prefs.tmpl 2007-10-26 20:04:59 UTC (rev 1034)
@@ -68,4 +68,4 @@
</form>
-<tmpl_var name="ADMIN_PART">
+<tmpl_var escape=0 name="ADMIN_PART">
Modified: trunk/vhffs-panel/templates/repository/prefs.tmpl
===================================================================
--- trunk/vhffs-panel/templates/repository/prefs.tmpl 2007-10-26 19:54:30 UTC (rev 1033)
+++ trunk/vhffs-panel/templates/repository/prefs.tmpl 2007-10-26 20:04:59 UTC (rev 1034)
@@ -50,4 +50,4 @@
</p>
</form>
-<tmpl_var name="ADMIN_PART">
+<tmpl_var escape=0 name="ADMIN_PART">
Modified: trunk/vhffs-panel/templates/svn/prefs.tmpl
===================================================================
--- trunk/vhffs-panel/templates/svn/prefs.tmpl 2007-10-26 19:54:30 UTC (rev 1033)
+++ trunk/vhffs-panel/templates/svn/prefs.tmpl 2007-10-26 20:04:59 UTC (rev 1034)
@@ -75,4 +75,4 @@
</form>
<tmpl_var name="OPART">
-<tmpl_var name="ADMIN_PART">
+<tmpl_var escape=0 name="ADMIN_PART">
Modified: trunk/vhffs-panel/templates/user/prefs.tmpl
===================================================================
--- trunk/vhffs-panel/templates/user/prefs.tmpl 2007-10-26 19:54:30 UTC (rev 1033)
+++ trunk/vhffs-panel/templates/user/prefs.tmpl 2007-10-26 20:04:59 UTC (rev 1034)
@@ -113,4 +113,4 @@
</form>
- <tmpl_var name="ADMIN_PART">
+ <tmpl_var escape=0 name="ADMIN_PART">
Modified: trunk/vhffs-panel/templates/web/prefs.tmpl
===================================================================
--- trunk/vhffs-panel/templates/web/prefs.tmpl 2007-10-26 19:54:30 UTC (rev 1033)
+++ trunk/vhffs-panel/templates/web/prefs.tmpl 2007-10-26 20:04:59 UTC (rev 1034)
@@ -64,4 +64,4 @@
</form>
-<tmpl_var name="ADMIN_PART">
+<tmpl_var escape=0 name="ADMIN_PART">