From 6213e851e02cea67105433759c0ff3f4ce5ddde0 Mon Sep 17 00:00:00 2001 From: Alexey Verkhovsky Date: Fri, 8 Apr 2005 05:21:08 +0000 Subject: [PATCH] Fixed link to remove_orphaned_pages --- app/views/admin/edit_web.rhtml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/admin/edit_web.rhtml b/app/views/admin/edit_web.rhtml index 9d8010b6..621c8f24 100644 --- a/app/views/admin/edit_web.rhtml +++ b/app/views/admin/edit_web.rhtml @@ -118,7 +118,9 @@ TODO Enable these input elements again after release 0.10

Other administrative tasks

-
'admin', :web => @web.address, :action => 'remove_orphaned_pages'}, + {:id => 'remove_orphaned_pages'}) +%> onSubmit="return checkSystemPassword(document.getElementById('system_password_orphaned').value)">

@@ -128,7 +130,7 @@ TODO Enable these input elements again after release 0.10

-
+<%= end_form_tag %>