app/views/wiki/edit_menu.rhtml in Pimki-1.6.092 vs app/views/wiki/edit_menu.rhtml in Pimki-1.7.092

- old
+ new

@@ -1,15 +1,16 @@ <% @title = "Editing Left-Side Menu Options" @content_width = 700 @hide_navigation = true @hide_menu = true + @style_additions = "#Container { margin-left: 100px;}" %> <%= sub_template "top" %> <%= render_markup_help %> -<form id="editForm" action="../save_menu" method="post"> +<form id="editForm" action="./save_menu" method="post"> <p>Please choose the format you prefer for the left-size menu:</p> <p><input type="radio" name="type" value="linkers" <%= 'checked' if @menu_type == 'linkers' %>>Only pages that link other pages (default)</p> <p><input type="radio" name="type" value="all" <%= 'checked' if @menu_type == 'all' %>>All Pages</p> <p><input type="radio" name="type" value="revised" <%= 'checked' if @menu_type == 'revised' %>>Recently revised pages</p> <p><input type="radio" name="type" value="recent" <%= 'checked' if @menu_type == 'recent' %>>Recently visited pages</p> \ No newline at end of file