Some html fixes
[platal.git] / templates / admin / valider.tpl
index 3e748f1..f7ea92f 100644 (file)
@@ -66,6 +66,7 @@
           <input type="hidden" name="uid"    value="{$valid->uid}" />
           <input type="hidden" name="type"   value="{$valid->type}" />
           <input type="hidden" name="stamp"  value="{$valid->stamp}" />
+          <input type="hidden" name="formid" value="{0|rand:65535}" />
           <textarea rows="3" cols="50" name="comm"></textarea>
           <br />
           <input type="submit" name="hold"   value="Commenter" />
       <div style="float:left;width:33%"><input type="checkbox" name="{$type}" id="hide_{$type}"{if !$hide_requests[$type]} checked="checked"{/if}/>
       <label for="hide_{$type}">{$type}</label></div>
     {/foreach}
-    <div class="center" style="clear:left"><input type="submit" name="hide"/></div>
+    <div class="center" style="clear:left"><input type="submit" name="hide" value="Valider" /></div>
   </form>
 </p>