hide save button
- Single Page
Posted 02 August 2012 - 22:04 PM
is strange, i know, but client's request.
Posted 09 August 2012 - 14:45 PM
I did it with this CSS hack
pls add following code to the css file (flexigrid.css), with this hack the save button will be hidden in all the forms
.flexigrid div.form-button-box input[type=submit] {
display: none;
}
-Muni
Posted 15 October 2012 - 19:32 PM
Posted 08 November 2012 - 17:35 PM
remove
<div class='form-button-box'>
<input type='submit' value='<?php echo $this->l('form_save'); ?>' class='ui-input-button'/>
</div>