[vhffs-dev] [1180] Edit pages were not W3C compliant... |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1180
Author: beuss
Date: 2008-03-30 20:02:22 +0200 (Sun, 30 Mar 2008)
Log Message:
-----------
Edit pages were not W3C compliant...
Modified Paths:
--------------
trunk/vhffs-panel/templates/admin/tag/category/edit.tmpl
trunk/vhffs-panel/templates/admin/tag/edit.tmpl
Modified: trunk/vhffs-panel/templates/admin/tag/category/edit.tmpl
===================================================================
--- trunk/vhffs-panel/templates/admin/tag/category/edit.tmpl 2008-03-30 18:02:06 UTC (rev 1179)
+++ trunk/vhffs-panel/templates/admin/tag/category/edit.tmpl 2008-03-30 18:02:22 UTC (rev 1180)
@@ -1,4 +1,4 @@
-<form name="updateTagCategory" accept-charset="utf-8" method="post">
+<form name="updateTagCategory" accept-charset="utf-8" method="post" action="#">
<p><label for="label"><TMPL_VAR NAME="LABEL_TEXT"></label>
<input type="text" name="label" id="label" value="<TMPL_VAR ESCAPE=1 NAME="LABEL_VALUE">"/></p>
<p><label for="description"><TMPL_VAR NAME="DESCRIPTION_TEXT"></label>
Modified: trunk/vhffs-panel/templates/admin/tag/edit.tmpl
===================================================================
--- trunk/vhffs-panel/templates/admin/tag/edit.tmpl 2008-03-30 18:02:06 UTC (rev 1179)
+++ trunk/vhffs-panel/templates/admin/tag/edit.tmpl 2008-03-30 18:02:22 UTC (rev 1180)
@@ -1,4 +1,4 @@
-<form name="updateTag" accept-charset="utf-8" method="post">
+<form name="updateTag" accept-charset="utf-8" method="post" action="#">
<p><label for="category"><TMPL_I18N KEY="Category"></label>
<select name="category_id" id="category">
<TMPL_LOOP NAME="CATEGORIES">