folders.tmpl
branchxbelweb
changeset 50 5275135955c0
parent 47 2781ac85b807
child 51 7015d65beb3d
--- a/folders.tmpl	Fri Oct 24 17:51:57 2003 -0400
+++ b/folders.tmpl	Fri Oct 24 17:55:22 2003 -0400
@@ -16,9 +16,9 @@
     <input type="hidden" name="action" value="delete"/>
     <ul>
     <TMPL_LOOP Subfolders>
-      <li><a href="index.py?view=folder;folder=<TMPL_VAR id>"><TMPL_VAR name>
-      	(<TMPL_VAR count>)</a>
-	<button name="delete" value="<TMPL_VAR id>">Delete</button></li>
+      <li><button name="delete" value="<TMPL_VAR id>">Delete</button>
+      <a href="index.py?view=folder;folder=<TMPL_VAR id>"><TMPL_VAR name>
+      	(<TMPL_VAR count>)</a></li>
     </TMPL_LOOP>
     </ul>
     </form>