Edit the description fields (metadata) for images and files.
[cocanwiki.git] / templates / images.html
index 4022872..eab7f42 100644 (file)
@@ -9,7 +9,7 @@
 <link rel="stylesheet" href="/_css/images.css" type="text/css" title="Standard"/>
 </head><body>
 
-<h1>Images</h1>
+<h1><span>Images</span></h1>
 
 <ul class="menu">
 <li class="first"><a href="/_bin/upload_image_form.cmo">Upload a new image</a> </li>
@@ -45,8 +45,8 @@ ALT text: ::alt_html:: <br/>
 ::if(is_deleted)::
 <li class="first"><a href="/_bin/undelete_image_form.cmo?id=::id_url::">Restore</a></li>
 ::else::
-<li class="first"><a href="/_bin/edit_image_form.cmo?id=::id_url::">Edit</a></li>
-<li><a href="/_bin/upload_image_form.cmo?id=::id_url::">Replace</a></li>
+<li class="first"><a href="/_bin/edit_image_form.cmo?id=::id_url::">Edit description fields</a></li>
+<li><a href="/_bin/upload_image_form.cmo?id=::id_url::&replace=1">Replace image</a></li>
 <li><a href="/_bin/delete_image_form.cmo?id=::id_url::">Delete</a></li>
 ::end::
 </ul>