Dotclear


Ignore:
Timestamp:
04/27/11 09:06:30 (14 years ago)
Author:
Dsls <dsls@…>
Branch:
userprefs
Message:

Ported Franck & Kozlika updates for user prefs, dedicated branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.dc.page.php

    r0 r3  
    118118          '<form action="index.php" method="post"><div>'. 
    119119          $blog_box. 
    120           ' - <a href="'.$core->blog->url.'" class="button">'.__('View site').'</a>'. 
    121           ' - '.__('User:').' <strong>'.$core->auth->userID().'</strong>'. 
    122           ' - <a href="index.php?logout=1" class="logout">'.__('Logout').'</a>'. 
     120          '<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>'. 
     121          '</div></form>'. 
     122          '</div>'. 
     123          '<div id="info-box2"><form action="index.php" method="post><div>"'. 
     124          ' '.__('User:').' <strong>'.$core->auth->userID().'</strong>'. 
     125          ' - <a href="index.php?logout=1" class="logout">'.__('Logout').' <img src="images/logout.png" alt="" /></a>'. 
    123126          '</div></form>'. 
    124127          '</div>'; 
     
    162165          echo 
    163166          '</div>'."\n".      // End of #main-menu 
    164           '<div id="footer"><p><img src="images/dotclear_pw.png" alt="Dotclear" /> '. 
    165           sprintf(__('Thank you for using %s.'),'<a href="http://dotclear.org/">Dotclear</a>'). 
     167          '<div id="footer"><p>'. 
     168          sprintf(__('Thank you for using %s.'),'<a href="http://dotclear.org/">Dotclear '.DC_VERSION.'</a>'). 
     169          ' <span class="credit"> (Icons by <a href="http://dryicons.com/">Dryicons</a>)</span>'. 
    166170          '</p></div>'."\n". 
    167171          "</div>\n";         // End of #wrapper 
     
    328332           
    329333          echo 
    330           '<div id="help"><hr /><div class="help-content"><h2>'.__('Help').'</h2>'. 
     334          '<div id="help"><hr /><div class="help-content clear"><h2>'.__('Help').'</h2>'. 
    331335          $content. 
    332336          '</div></div>'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map