Changeset 1521:b971f29b43b9
- Timestamp:
- 08/22/13 10:00:39 (12 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r1499 r1521 335 335 form::textarea('post_content',50,7). 336 336 '</p>'. 337 '<p><label for="cat_id" class="classic">'.__('Category:').' '.338 form::combo('cat_id',$categories_combo).'</ label></p>'.337 '<p><label for="cat_id" class="classic">'.__('Category:').'</label> '. 338 form::combo('cat_id',$categories_combo).'</p>'. 339 339 ($core->auth->check('categories', $core->blog->id) 340 340 ? '<div>'. 341 '<p id="new_cat" >'.__('Add a new category').'</p>'.342 '<p ><label for="new_cat_title">'.__('Title:').''.343 form::field('new_cat_title',30,255,'',' maximal').'</label></p>'.344 '<p ><label for="new_cat_parent">'.__('Parent:').''.345 form::combo('new_cat_parent',$categories_combo,'',' maximal').346 '</ label></p>'.341 '<p id="new_cat" class="q-cat">'.__('Add a new category').'</p>'. 342 '<p class="q-cat"><label for="new_cat_title">'.__('Title:').'</label> '. 343 form::field('new_cat_title',30,255,'','').'</p>'. 344 '<p class="q-cat"><label for="new_cat_parent">'.__('Parent:').'</label> '. 345 form::combo('new_cat_parent',$categories_combo,'',''). 346 '</p>'. 347 347 '</div>' 348 348 : ''). -
admin/style/default.css
r1520 r1521 511 511 color: #666; 512 512 } 513 #quick #new_cat, .q-cat, .q-cat label { 514 display: inline-block; 515 vertical-align: top; 516 margin-right: 1em; 517 margin-top: 0; 518 } 519 .q-cat label { 520 margin-right: .3em; 521 } 522 #quick #new_cat { 523 margin-bottom: 2em; 524 } 513 525 #dashboard-items { 514 526 margin: 3em auto; … … 893 905 background: #f5f5f5; 894 906 z-index: 100; 907 clear: both; 908 padding: 0 1em; 895 909 } 896 910 #help-button {
Note: See TracChangeset
for help on using the changeset viewer.