⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

hide save button



Rafael Alves
  • profile picture
  • Member

Posted 02 August 2012 - 22:04 PM

how remove or hide "save button", only to show "save and back to list"?

is strange, i know, but client's request.

muni.techie
  • profile picture
  • Member

Posted 09 August 2012 - 14:45 PM

Hello Alves,

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

Rafael Alves
  • profile picture
  • Member

Posted 15 October 2012 - 19:32 PM

Tanks [color=#282828][font=helvetica, arial, sans-serif]Muni[/font][/color], was the only way!

rischan
  • profile picture
  • Member

Posted 08 November 2012 - 17:35 PM

what theme are you use? edit on them->folder theme-> views->add.php

remove


<div class='form-button-box'>
<input type='submit' value='<?php echo $this->l('form_save'); ?>' class='ui-input-button'/>
</div>