Revision 1867
Added by Dietmar over 11 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
=============================================================================== |
13 | 13 |
|
14 |
|
|
15 |
19 Feb-2013 Build 1867 Dietmar Woellbrink (Luisehahne) |
|
16 |
! fixed pagetree header |
|
17 |
19 Feb-2013 Build 1866 Dietmar Woellbrink (Luisehahne) |
|
18 |
# typofix in class TranslateTable |
|
19 |
! framework/functions.php set function create_access_file to deprecated |
|
20 |
! set ModLanguage.php to deprecated |
|
21 |
! add methode escapeString to class WbDatabase |
|
22 |
! update upgrade-script.php |
|
23 |
! add getter property LastInsertId to class WbDatabase |
|
14 | 24 |
19 Feb-2013 Build 1865 Werner v.d.Decken(DarkViper) |
15 | 25 |
! update initialize.php for changed Twig-dir and activated cache in Translate |
16 | 26 |
! initialize can handle now the new setup.ini format also. |
branches/2.8.x/wb/admin/pages/PageTree.php | ||
---|---|---|
138 | 138 |
. $this->_Tabs(1).'<table>'.PHP_EOL |
139 | 139 |
. $this->_Tabs(1).'<tbody>'.PHP_EOL |
140 | 140 |
. $this->_Tabs(1).'<tr class="pages_list_header">'.PHP_EOL |
141 |
. $this->_Tabs(1).'<th class="header_list_menu_title">'.$this->_TEXT['VISIBILITY']. |
|
141 |
. $this->_Tabs(1).'<th style="width:20px;">'.PHP_EOL.'</th>'.PHP_EOL |
|
142 |
. $this->_Tabs(1).'<th class="list_menu_title">'.$this->_TEXT['VISIBILITY']. |
|
142 | 143 |
' / '.$this->_TEXT['MENU_TITLE'].':</th>'.PHP_EOL |
143 |
. $this->_Tabs(0).'<th class="header_list_page_title">'.$this->_TEXT['PAGE_TITLE'].
|
|
144 |
. $this->_Tabs(0).'<th class="list_page_title">'.$this->_TEXT['PAGE_TITLE']. |
|
144 | 145 |
'</th>'.PHP_EOL |
145 |
. $this->_Tabs(0).'<th class="header_list_page_id">PID</th>'.PHP_EOL
|
|
146 |
. $this->_Tabs(0).'<th class="list_page_id">PID</th>'.PHP_EOL |
|
146 | 147 |
. $this->_Tabs(0).'<th class="header_list_actions">'.$this->_TEXT['ACTIONS']. |
147 | 148 |
':</th>'.PHP_EOL |
148 | 149 |
. $this->_Tabs(0).'<th class="list_page_id"> </th>'.PHP_EOL |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
51 | 51 |
|
52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3'); |
54 |
if(!defined('REVISION')) define('REVISION', '1866');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '1867');
|
|
55 | 55 |
if(!defined('SP')) define('SP', ''); |
branches/2.8.x/wb/templates/wb_theme/css/screen.css | ||
---|---|---|
204 | 204 |
a:visited { color :#0066cc; } |
205 | 205 |
a:hover { color :#6699ff; text-decoration :underline; } |
206 | 206 |
/* */ |
207 |
.header_list_actions { text-align :left; width :150px; }
|
|
207 |
.header_list_actions { text-align :left; padding :3px; width :180px; }
|
|
208 | 208 |
.header_list_block { text-align :left; width :120px; } |
209 |
.header_list_page_id { padding-right :15px; text-align :right; width :30px; }
|
|
210 |
.header_list_page_title,
|
|
211 |
.list_page_title { width :350px; } |
|
209 |
.header_list_page_id { padding :3px; text-align :right; width :30px; }
|
|
210 |
.header_list_menu_title { padding : 3px; }
|
|
211 |
.header_list_page_title { width :350px; }
|
|
212 | 212 |
/**/ |
213 | 213 |
.list_page_title, .list_menu_title, |
214 |
.header_list_menu_title, .header_list_type { text-align :left; vertical-align :middle; } |
|
214 |
.header_list_menu_title, .header_list_type { text-align :left; vertical-align :middle; padding : 3px; }
|
|
215 | 215 |
.header_list_pubdate_start, |
216 | 216 |
.header_list_pubdate_end, |
217 | 217 |
.list_pubdate_start, |
218 | 218 |
.list_pubdate_end { text-align :left; white-space :nowrap; width :185px; } |
219 | 219 |
.header_list_sections_actions { text-align :left; width :30px; } |
220 |
.header_list_type { font-size :1em; padding :4px 0; text-align :left; width :40%; }
|
|
220 |
.header_list_type { font-size :1em; padding :4px 0; text-align :left; width :34%; }
|
|
221 | 221 |
.jsadmin_drag img { cursor :pointer; margin-top :0px; padding :0px 0; vertical-align :baseline; } |
222 | 222 |
.list_actions { height :20px; padding :0 1px; text-align :left; width :20px; } |
223 | 223 |
.list_page_code, |
... | ... | |
226 | 226 |
.list_pubdate_end input[type="text"] { width :120px; } |
227 | 227 |
.list_section_id, |
228 | 228 |
.list_page_id, |
229 |
.header_list_section_id { padding :0 3px; text-align :right; vertical-align :baseline; width :2em; }
|
|
229 |
.header_list_section_id { padding :0 3px; text-align :right; vertical-align :middle; width :2em; }
|
|
230 | 230 |
.modify_link { display :inline; padding :0 2px; vertical-align :baseline; } |
231 | 231 |
.page_list { display :none; } |
232 | 232 |
img.page_list_rights { border :none; float :left; margin :0 auto; padding :0 2px; } |
... | ... | |
234 | 234 |
.pages_list |
235 | 235 |
.icon_col td img { border-style :none; display :inline; float :left; padding-right :7px; } |
236 | 236 |
.pages_list { } |
237 |
.list_page_title { width :350px; } |
|
237 | 238 |
.icon_col td img { border-style :none; display :inline; float :left; padding-right :7px; } |
238 | 239 |
.pages_list table { background-color :#dcdcdc; font-size :1.3em; margin :0 auto; table-layout :fixed; width :100%; } |
239 | 240 |
.pages_list ul { font-weight :normal; margin :0; padding :0px; } |
... | ... | |
246 | 247 |
.sections_list, |
247 | 248 |
.pages_list_header { font-weight :bold; line-height :1.5em; margin-bottom :5px; text-align :left; } |
248 | 249 |
.pages_list_header { padding :2px 0px 2px 5px; font-size :1.3em; height :25px; } |
249 |
.header_list_menu_title { padding-left :30px; width :400px; } |
|
250 | 250 |
.value_page_code { color :#006400; font-weight :400; width :240px; } |
251 | 251 |
.section-info { margin :1em auto; } |
252 | 252 |
/* depending styles for /admin/pages_settings */ |
... | ... | |
259 | 259 |
div.page-settings select { } |
260 | 260 |
div.page-settings textarea { height :5em; } |
261 | 261 |
div.page-settings [type=checkbox] { width :2.5em; } |
262 |
div.page-settings [type=reset],
|
|
262 |
div.page-settings [type=reset],
|
|
263 | 263 |
div.page-settings [type=submit] { padding :2px; width :auto; } |
264 |
div.page-settings-leftcol { float :left; padding :10px 10px 10px 10px; border-right :groove 0px #a8bccb; border 0 solid 1px #a8bccb :; } |
|
264 |
div.page-settings-leftcol { float :left; padding :10px 10px 10px 10px; border-right :groove 0px #a8bccb; border: 0 solid 1px #a8bccb :; }
|
|
265 | 265 |
div.page-settings-leftcol div.page-settings-tab { border :solid 1px #a8bccb; padding :8px; margin-bottom :8px; } |
266 | 266 |
div.page-settings-leftcol div { padding :2px 0 3px 0; vertical-align :top; } |
267 | 267 |
div.page-settings-leftcol label { width :170px; vertical-align :top; } |
branches/2.8.x/wb/templates/argos_theme/css/screen.css | ||
---|---|---|
236 | 236 |
a:visited { color :#0066cc; } |
237 | 237 |
a:hover { color :#6699ff; text-decoration :underline; } |
238 | 238 |
/**/ |
239 |
.header_list_actions { text-align :left; width :150px; }
|
|
239 |
.header_list_actions { text-align :left; width :190px; }
|
|
240 | 240 |
.header_list_block { text-align :left; width :120px; } |
241 | 241 |
.header_list_page_id { padding-right :15px; text-align :right; width :30px; } |
242 | 242 |
.header_list_page_title, |
branches/2.8.x/wb/modules/admin.php | ||
---|---|---|
215 | 215 |
//print '<div class="section-info" ><b>' . $TEXT['BLOCK'] . ': </b>' . $block_name; |
216 | 216 |
print '<div class="section-info" '.$sec_anchor.' ><b>' . $TEXT['BLOCK'] . ': </b>' . $block_name; |
217 | 217 |
print '<b> Modul: </b>' . $section['module']." "; |
218 |
print '<b> ID: </b><a' . $section_id."></a></div>\n";
|
|
218 |
print '<b> ID: </b>' . $section_id."</div>\n";
|
|
219 | 219 |
} |
220 | 220 |
|
221 | 221 |
} // |
Also available in: Unified diff
! fixed pagetree header