Changeset 114:56287c01e99f
- Timestamp:
- 05/02/11 19:44:04 (14 years ago)
- Branch:
- userprefs
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/preferences.php
r82 r114 387 387 388 388 echo 389 '<form action="preferences.php" method="post" id=" user-options">'.389 '<form action="preferences.php" method="post" id="opts-forms">'. 390 390 '<fieldset><legend>'.__('My options').'</legend>'. 391 391 … … 453 453 '<img src="'.$fav['large-icon'].'" alt="" /> '. 454 454 form::field(array('order['.$k.']'),2,3,$count,'position','',false,'title="'.sprintf(__('position of %s'),$fav['title']).'"'). 455 form::hidden( 'dynorder[]',$k).455 form::hidden(array('dynorder[]','dynorder-'.$k.''),$k). 456 456 '<label for="fuk-'.$k.'">'.form::checkbox(array('remove[]','fuk-'.$k),$k).$fav['title'].'</label>'. 457 457 '</li>'; … … 460 460 } 461 461 if ($count > 0) echo '</ul>'; 462 462 463 if ($count > 0) { 463 464 echo … … 465 466 '<p>'.form::hidden('favs_order',''). 466 467 $core->formNonce(). 467 '<input type="submit" name="saveorder" value="'.__('Save order').'" > '.468 469 '<input type="submit" class="delete" name="removeaction" '.468 '<input type="submit" name="saveorder" value="'.__('Save order').'" /> '. 469 470 '<input type="submit" class="delete" name="removeaction" '. 470 471 'value="'.__('Delete selected favorites').'" '. 471 472 'onclick="return window.confirm(\''.html::escapeJS( … … 473 474 474 475 ($core->auth->isSuperAdmin() ? 475 '<hr />'. 476 '<p>Si vous disposez du statut de super administrateur, vous pouvez faire de cet ensemble celui qui sera affiché par défaut sur tous les blogs de l\'installation :</p>'. 477 '<p><input class="reset" type="submit" name="replace" value="'.__('Define as default favorites').'">' : '').'</p>'. 476 '<hr />'. 477 '<p>'.__('If you are a super administrator, you may define this set of favorites to be used by default on all blogs of this installation:').'</p>'. 478 '<p><input class="reset" type="submit" name="replace" value="'.__('Define as default favorites').'" />' : 479 ''). 480 '</p>'. 478 481 '</div>'; 479 482 } else { … … 528 531 '<p>'. 529 532 $core->formNonce(). 530 '<input type="submit" name="appendaction" value="'.__('Add to my favorites').'"></p>'; 533 '<input type="submit" name="appendaction" value="'.__('Add to my favorites').'" /></p>'; 534 echo '</fieldset>'; 531 535 echo '</div>'; 532 536 echo '</div>'; # Two-cols -
inc/admin/lib.dc.page.php
r76 r114 122 122 '<form action="index.php" method="post"><div>'. 123 123 $blog_box. 124 '<a href="'.$core->blog->url.'" onclick="window.open(this.href);return false;" title="'.__('Go to site').' ('.__('new window').')'.'">'.__('Go to site').' <img src="images/outgoing.png" alt="" /></a>'.124 '<a href="'.$core->blog->url.'" onclick="window.open(this.href);return false;" title="'.__('Go to site').' ('.__('new window').')'.'">'.__('Go to site').' <img src="images/outgoing.png" alt="" /></a>'. 125 125 '</div></form>'. 126 126 '</div>'. -
locales/en/help/user_pref.html
r56 r114 72 72 Otherwise, a field allows to give them an ordering number. When you are finished, do not forget 73 73 to save your changes. You may also select favorites to be deleted from the list.</dd> 74 </dl>75 74 76 75 <dt>Available favorites</dt> -
locales/fr/help/core_user_pref.html
r56 r114 79 79 pas d'enregistrer vos modifications. Vous pouvez aussi sélectionner les favoris à supprimer 80 80 du tableau de bord.</dd> 81 </dl>82 81 83 82 <dt>Favoris disponibles</dt> -
locales/fr/main.po
r82 r114 2708 2708 msgstr "Les favoris ont été mis à jour avec succès." 2709 2709 2710 msgid "If you are a super administrator, you may define this set of favorites to be used by default on all blogs of this installation:" 2711 msgstr "Si vous disposez du statut de super administrateur, vous pouvez faire de cet ensemble celui qui sera affiché par défaut sur tous les blogs de l'installation :" 2712 2710 2713 msgid "Personal options has been successfully updated." 2711 2714 msgstr "Vos options personnelles ont été enregistrées avec succès."
Note: See TracChangeset
for help on using the changeset viewer.