]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/files.html
* add macro to register defines with just a define as param
[citadel.git] / webcit / static / t / files.html
index 7becd4de47450769c95f1c9b1978a5bfe21b9835..cc671490008dd9bbf97945ab324e544657c72237 100644 (file)
@@ -20,7 +20,7 @@
   <th><?_("Content")>&nbsp;<a href="do_template?template=files?SortOrder=<?SORT:ORDER("filemime")>&SortBy=<?SORT:NEXT("filemime")>"><img border="0" src="<?SORT:ICON("filemime")>" /></a> </th>
   <th><?_("Description")>&nbsp;<a href="do_template?template=files?SortOrder=<?SORT:ORDER("filesubject")>&SortBy=<?SORT:NEXT("filesubject")>"><img border="0" src="<?SORT:ICON("filesubject")>" /></a> </th>
 </tr>
-<?ITERATE("ROOM:FILES", "section_files_onefile")>
+<?ITERATE("ROOM:FILES", ="files_section_onefile")>
 
 
 
@@ -28,7 +28,7 @@
 
 
 
-<?!("COND:ROOM:FLAGS:QR_UPLOAD", 2)>
+<?!("COND:THISROOM:FLAG:QR", 2, #"QR_UPLOAD")>
 <hr>
 <form enctype="multipart/form-data" method="POST" accept-charset="UTF-8" action="upload_file" name="upload_file_form">
 <input type="hidden" name="nonce" value="<?NONCE>">