Changeset 1333:5e1388edd0c9
- Timestamp:
- 08/12/13 00:05:51 (10 years ago)
- Branch:
- default
- Children:
- 1334:bbbe0735f18b, 1413:0581a433675d
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r1329 r1333 362 362 363 363 if ($post_id && $post->post_status == 1) { 364 echo '<p ><a href="'.$post->getURL().'" onclick="window.open(this.href);return false;" title="'.$post_title.' ('.__('new window').')'.'">'.__('Go to this entry on the site').' <img src="images/outgoing-blue.png" alt="" /></a></p>';364 echo '<p class="preview_entry"><a href="'.$post->getURL().'" onclick="window.open(this.href);return false;" title="'.$post_title.' ('.__('new window').')'.'">'.__('Go to this entry on the site').' <img src="images/outgoing-blue.png" alt="" /></a></p>'; 365 365 } 366 366 if ($post_id) 367 367 { 368 echo '<p >';368 echo '<p class="nav_prevnext">'; 369 369 if ($prev_link) { echo $prev_link; } 370 370 if ($next_link && $prev_link) { echo ' - '; } -
admin/search.php
r1332 r1333 82 82 '<div class="fieldset"><h3>'.__('Search options').'</h3>'. 83 83 '<p><label for="q">'.__('Query:').' </label>'.form::field('q',30,255,html::escapeHTML($q)).'</p>'. 84 '<p><label for="qtype1" class="classic">'.form::radio(array('qtype','qtype1'),'p',$qtype == 'p').' '.__('Search entries').'</label> '.85 '<label for="qtype2" class="classic">'.form::radio(array('qtype','qtype2'),'c',$qtype == 'c').' '.__('Search comments').'</label></p>'.84 '<p><label for="qtype1" class="classic">'.form::radio(array('qtype','qtype1'),'p',$qtype == 'p').' '.__('Search in entries').'</label> '. 85 '<label for="qtype2" class="classic">'.form::radio(array('qtype','qtype2'),'c',$qtype == 'c').' '.__('Search in comments').'</label></p>'. 86 86 '</p><input type="submit" value="'.__('Search').'" /></p>'. 87 87 '</div>'. -
admin/style/default.css
r1330 r1333 536 536 #comments { 537 537 clear: both; 538 } 539 .preview_entry a { 540 border: 1px solid #ccc; 541 padding: .2rem .5rem; 542 background: #eef; 538 543 } 539 544 /* ------------------------------------------------------------------ categories */ -
locales/fr/main.po
r1312 r1333 1562 1562 1563 1563 msgid "Search" 1564 msgstr "Recherche "1564 msgstr "Rechercher" 1565 1565 1566 1566 msgid "cancel" … … 1917 1917 msgstr "Requête :" 1918 1918 1919 msgid "Search entries"1920 msgstr "Rechercher d es billets"1921 1922 msgid "Search comments"1923 msgstr "Rechercher d es commentaires"1919 msgid "Search in entries" 1920 msgstr "Rechercher dans les billets" 1921 1922 msgid "Search in comments" 1923 msgstr "Rechercher dans les commentaires" 1924 1924 1925 1925 msgid "schedule"
Note: See TracChangeset
for help on using the changeset viewer.