Some JavaScript was showing on edit_web (ticket:117)
This commit is contained in:
parent
b9ec3ee4b2
commit
afb14c1011
|
@ -119,9 +119,10 @@ TODO Enable these input elements again after release 0.10
|
|||
<h1>Other administrative tasks</h1>
|
||||
|
||||
<%= form_tag({:controller => 'admin', :web => @web.address, :action => 'remove_orphaned_pages'},
|
||||
{:id => 'remove_orphaned_pages'})
|
||||
{:id => 'remove_orphaned_pages',
|
||||
:onSubmit => "return checkSystemPassword(document.getElementById('system_password_orphaned').value)"
|
||||
})
|
||||
%>
|
||||
onSubmit="return checkSystemPassword(document.getElementById('system_password_orphaned').value)">
|
||||
<p align="right">
|
||||
<small>
|
||||
Clean up by entering system password
|
||||
|
|
Loading…
Reference in a new issue