Hide delete popup

This commit is contained in:
Nathan Gray 2013-01-09 21:38:54 +00:00
parent e016bcec71
commit 7ef3861b50
2 changed files with 9 additions and 1 deletions

View File

@ -2,7 +2,7 @@
/**
* EGroupware - eTemplates for Application calendar
* http://www.egroupware.org
* generated by soetemplate::dump4setup() 2013-01-09 14:15
* generated by soetemplate::dump4setup() 2013-01-09 14:38
*
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @package calendar
@ -63,6 +63,10 @@ $templ_data[] = array('name' => 'calendar.list','template' => '','lang' => '','g
.listVbox {
width: 100%;
}
.action_popup {
display:none;
}','modified' => '1357766044',);
$templ_data[] = array('name' => 'calendar.list.dates','template' => '','lang' => '','group' => '0','version' => '1.3.001','data' => 'a:1:{i:0;a:10:{s:4:"type";s:4:"hbox";s:4:"data";a:2:{i:0;a:0:{}i:1;a:1:{s:1:"A";a:1:{s:4:"type";s:5:"label";}}}s:4:"rows";i:1;s:4:"cols";i:1;s:4:"size";s:1:"4";i:1;a:2:{s:4:"type";s:5:"label";s:5:"label";s:5:"Start";}i:2;a:2:{s:4:"type";s:4:"date";s:4:"name";s:9:"startdate";}i:3;a:2:{s:4:"type";s:5:"label";s:5:"label";s:3:"End";}i:4;a:2:{s:4:"type";s:4:"date";s:4:"name";s:7:"enddate";}s:4:"span";s:12:",custom_hide";}}','size' => '','style' => '.custom_hide { visibility: hidden; }','modified' => '1173420675',);

View File

@ -161,6 +161,10 @@
.listVbox {
width: 100%;
}
.action_popup {
display:none;
}
</styles>
</template>
</overlay>