Dotclear


Ignore:
File:
1 edited

Legend:

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

    r76 r118  
    7070               } 
    7171               $blog_box = 
     72               '<label for="switchblog" class="classic">'. 
    7273               __('Blogs:').' '. 
    7374               $core->formNonce(). 
    7475               form::combo('switchblog',$blogs,$core->blog->id,  '',1). 
     76               '</label>'. 
    7577               '<noscript><div><input type="submit" value="'.__('ok').'" /></div></noscript>'; 
    7678          } 
     
    122124          '<form action="index.php" method="post"><div>'. 
    123125          $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>'. 
     126          '<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>'. 
    125127          '</div></form>'. 
    126128          '</div>'. 
    127           '<div id="info-box2"><form action="index.php" method="post"><div>'. 
     129          '<div id="info-box2"><div>'. 
    128130          ' '.__('User:').' <strong>'.$core->auth->userID().'</strong>'. 
    129131          ' - <a href="index.php?logout=1" class="logout">'.__('Logout').' <img src="images/logout.png" alt="" /></a>'. 
    130           '</div></form>'. 
     132          '</div>'. 
    131133          '</div>'; 
    132134           
Note: See TracChangeset for help on using the changeset viewer.

Sites map