Changeset 6089
- Timestamp:
- 06/01/07 13:29:12 (1 year ago)
- Files:
-
- trunk/src/midcom.admin.styleeditor/handler/edit.php (modified) (1 diff)
- trunk/src/midcom.admin.styleeditor/handler/list.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/midcom.admin.styleeditor/handler/edit.php
r5780 r6089 147 147 148 148 $this->_request_data['style_element_object']->value = $value; 149 149 150 150 if (!$this->_request_data['style_element_object']->update()) 151 151 { trunk/src/midcom.admin.styleeditor/handler/list.php
r5779 r6089 91 91 $tmp[] = Array 92 92 ( 93 MIDCOM_NAV_URL => "__ ais/folder/style-editor/",93 MIDCOM_NAV_URL => "__mfa/styleeditor/", 94 94 MIDCOM_NAV_NAME => $_MIDCOM->i18n->get_string('edit layout template', 'midcom.admin.styleeditor'), 95 95 ); … … 154 154 155 155 // Disable the "Edit template" button when we're at its view 156 $this->_view_toolbar->hide_item("__ ais/folder/style-editor/");156 $this->_view_toolbar->hide_item("__mfa/styleeditor/"); 157 157 158 158 // Ensure we get the correct styles
