Changeset 1365:c65cbfa9ebf8
- Timestamp:
- 08/14/13 16:19:10 (10 years ago)
- Branch:
- default
- Children:
- 1376:9af90384e900, 1446:0939663a1b1a, 1876:8da345a51989
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r1358 r1365 393 393 echo '<div id="entry-wrapper">'; 394 394 echo '<div id="entry-content"><div class="constrained">'; 395 396 echo '<h3 class="hidden">'.__('Edit post').'</h3>'; 395 397 396 398 echo … … 444 446 445 447 echo 448 '<div id="status-box" class="box">'. 449 '<h4>Statut</h4>'. 450 446 451 '<p><label for="post_status">'.__('Entry status:'). 447 form::combo('post_status',$status_combo,$post_status,' ','',!$can_publish).452 form::combo('post_status',$status_combo,$post_status,'maximal','',!$can_publish). 448 453 '</label></p>'. 449 454 … … 456 461 '</label>'. 457 462 '</p>'. 463 458 464 '<p>'.($post_id && $post_format != 'xhtml' ? '<a id="convert-xhtml" class="button maximal" href="post.php?id='.$post_id.'&xconv=1">'.__('Convert to XHTML').'</a>' : '').'</p>'. 459 460 '<p class="border-top"><label for="cat_id">'.__('Category:'). 465 466 '<p><label for="post_lang">'.__('Entry lang:'). 467 form::combo('post_lang',$lang_combo,$post_lang). 468 '</label></p>'. 469 470 '</div>'. // End status box 471 472 '<div id="metas-box" class="box">'. 473 '<h4>Classement</h4>'. 474 475 '<p><label for="post_selected" class="classic">'.form::checkbox('post_selected',1,$post_selected).' '. 476 __('Selected entry').'</label></p>'. 477 478 '<p><label for="cat_id">'.__('Category:'). 461 479 form::combo('cat_id',$categories_combo,$cat_id,'maximal'). 462 480 '</label></p>'. 463 481 482 '</div>'. // End metas box 483 484 '<div id="options-box" class="box">'. 485 '<h4>Options</h4>'. 464 486 '<p><label for="post_open_comment" class="classic">'.form::checkbox('post_open_comment',1,$post_open_comment).' '. 465 487 __('Accept comments').'</label></p>'. … … 478 500 '<p class="form-note warn">'.__('Warning: Trackbacks are not accepted on this blog.').'</p>'). 479 501 480 '<p><label for="post_selected" class="classic">'.form::checkbox('post_selected',1,$post_selected).' '. 481 __('Selected entry').'</label></p>'. 482 483 '<p><label for="post_lang">'.__('Entry lang:'). 484 form::combo('post_lang',$lang_combo,$post_lang). 485 '</label></p>'. 486 487 '<p><label for="post_password">'.__('Entry password:'). 502 '<p><label for="post_password">'.__('Password:'). 488 503 form::field('post_password',10,32,html::escapeHTML($post_password),'maximal'). 489 504 '</label></p>'. 490 505 491 506 '<div class="lockable">'. 492 '<p><label for="post_url">'.__(' Basename:').507 '<p><label for="post_url">'.__('Edit basename:'). 493 508 form::field('post_url',10,255,html::escapeHTML($post_url),'maximal'). 494 509 '</label></p>'. … … 500 515 # --BEHAVIOR-- adminPostFormSidebar 501 516 $core->callBehavior('adminPostFormSidebar',isset($post) ? $post : null); 517 518 echo '</div>'; // End options box 502 519 503 520 echo '</div>'; // End #entry-sidebar -
admin/style/default.css
r1353 r1365 61 61 color: #575859; 62 62 font-size: 1.4rem; 63 } 64 h4 { 65 font-size: 1.1em; 66 color: #575859; 67 } 68 h5 { 69 font-size: 1em; 70 color: #575859; 63 71 } 64 72 p, div.p { … … 533 541 width: 17em; 534 542 float: right; 543 } 544 .box { 545 border-bottom: 2px solid #A2CBE9; 546 margin-bottom: 1em; 535 547 } 536 548 #comments { -
locales/fr/main.po
r1353 r1365 2983 2983 msgstr "Ajoute des notes non publiées." 2984 2984 2985 msgid "Edit basename:" 2986 msgstr "Modifier l'URL spécifique :" 2987 2988 msgid "Protect with password" 2989 msgstr "Protéger par un mot de passe" -
plugins/attachments/_admin.php
r1179 r1365 24 24 $post_media = $core->media->getPostMedia($post->post_id); 25 25 echo 26 '<h 3 class="clear">'.__('Attachments').'</h3>';26 '<h5 class="clear">'.__('Attachments').'</h5>'; 27 27 foreach ($post_media as $f) 28 28 { … … 53 53 54 54 if (empty($post_media)) { 55 echo '<p >'.__('No attachment.').'</p>';55 echo '<p class="form-note">'.__('No attachment.').'</p>'; 56 56 } else { 57 57 } -
plugins/pings/lib.pings.php
r1179 r1365 59 59 } 60 60 61 echo '<h 3 class="ping-services">'.__('Pings:').'</h3>';61 echo '<h5 class="ping-services">'.__('Pings:').'</h5>'; 62 62 $i = 0; 63 63 foreach ($pings_uris as $k => $v) -
plugins/pings/post.js
r0 r1365 12 12 $('p.ping-services:last').after(p.append(a)); 13 13 } 14 $('h 3.ping-services').toggleWithLegend($('p.ping-services'),{14 $('h5.ping-services').toggleWithLegend($('p.ping-services'),{ 15 15 cookie: 'dcx_ping_services' 16 16 }); -
plugins/tags/_admin.php
r1280 r1365 82 82 83 83 echo 84 '<h 3><label for="post_tags">'.__('Tags:').'</label></h3>'.84 '<h5><label for="post_tags">'.__('Tags:').'</label></h5>'. 85 85 '<div class="p" id="tags-edit">'.form::textarea('post_tags',20,3,$value,'maximal').'</div>'; 86 86 }
Note: See TracChangeset
for help on using the changeset viewer.