diff --git a/resources/inc/class.resources_ui.inc.php b/resources/inc/class.resources_ui.inc.php index efd06141c1..2a650e9403 100755 --- a/resources/inc/class.resources_ui.inc.php +++ b/resources/inc/class.resources_ui.inc.php @@ -517,7 +517,7 @@ class resources_ui } $sel_options['status'] = resources_bo::$field2label; - $sel_options['gen_src_list'] = $this->bo->get_genpicturelist(); + //$sel_options['gen_src_list'] = $this->bo->get_genpicturelist(); $sel_options['cat_id'] = $this->bo->acl->get_cats(EGW_ACL_ADD); $sel_options['cat_id'] = count($sel_options['cat_id']) == 1 ? $sel_options['cat_id'] : array('' => lang('select one')) + $sel_options['cat_id']; diff --git a/resources/templates/default/app.css b/resources/templates/default/app.css index 0134458c27..05814b8a6a 100644 --- a/resources/templates/default/app.css +++ b/resources/templates/default/app.css @@ -1,6 +1,23 @@ -.buttonbox {vertical-align: top;} -.tdAppbox {width: 100%;} -.big {font-weight: bold;} -.sel select {width: 100%;} -.selTable { float: left; width: 80%; } -.selSelection { float: right; width: 20%; } \ No newline at end of file +/** + * Styles for Resources app + * + * @version: $Id$ + */ + +/* Header classes*/ +tr.dialogHeader td, tr.dialogHeader2 td, tr.dialogHeader3 td, tr.dialogHeader4 td, +tr.dialogOperators td,.dialogFooterToolbar { + padding: 5px 0 5px 0; + vertical-align: middle; +} + +div#resources-edit.et2_container +{ + width:848px; +} +#resources-edit_res_id:before {content:"#"} + +div.resources_pictureFile div.progress{ + position: absolute; + width:226px; +} \ No newline at end of file diff --git a/resources/templates/default/edit.xet b/resources/templates/default/edit.xet index bdb1c763f9..04c04b632d 100644 --- a/resources/templates/default/edit.xet +++ b/resources/templates/default/edit.xet @@ -2,128 +2,91 @@ - + -