app/views/wiki/edit_menu.rhtml in Pimki-1.2.092 vs app/views/wiki/edit_menu.rhtml in Pimki-1.3.092
- old
+ new
@@ -24,12 +24,25 @@
</p>
<p>For the above options you can choose if you want to limit the number of results. Enter the number of items you wish, or 0 for all items: <input type="textfield" size="20", name="limit" value="<%= @list_limit %>" /></p>
<p><input type="radio" name="type" value="user" <%= 'checked' if @menu_type == 'user' %>>Or just write your own menu contents (as a regular Wiki page):
<textarea name="content" style="width: 400px; height: 300px"><%= @menu_content %></textarea>
</p>
-<p>
+
+<table width="400px">
+ <tr><td align="right">
+ <small>
+ Enter system password
+ <input style="font-size:small;" type="password" id="system_password" name="system_password">
+ and
<input type="submit" name='action' value="Update">
- <input type="submit" name='action' value="Cancel Update">
-</p>
+ </small>
+ </tr></td>
+ <tr><td align="right">
+ <small>
+ ...or forget changes and <input type="submit" name='action' value="Cancel Update">
+ </small>
+ </tr></td>
+</table>
+
</form>
<%= sub_template "bottom" %>
\ No newline at end of file