Changeset 1947:28505bb569ee for inc/admin/lib.dc.page.php
- Timestamp:
- 09/18/13 21:21:28 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r1946 r1947 78 78 form::combo('switchblog',$blogs,$core->blog->id). 79 79 '</p>'. 80 '< noscript><p><input type="submit" value="'.__('ok').'" /></p></noscript>';80 '<p class="hidden-if-js"><input type="submit" value="'.__('ok').'" /></p>'; 81 81 } 82 82 … … 138 138 '<form action="index.php" method="post">'. 139 139 $blog_box. 140 '<p class="nomobile"><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>'. 140 '<p class="nomobile"><a href="'.$core->blog->url.'" onclick="window.open(this.href);return false;" title="'.__('Go to site'). 141 ' ('.__('new window').')'.'">'.__('Go to site').'<img src="images/outgoing.png" alt="" /></a>'. 141 142 '</p></form>'. 142 143 '</div>'. 143 144 '<div id="info-box2">'. 144 145 '<a class="smallscreen'.(preg_match('/index.php$/',$_SERVER['REQUEST_URI']) ? ' active' : '').'" href="index.php">'.__('My dashboard').'</a>'. 145 '<span class="smallscreen"> | </span><a class="smallscreen'.(preg_match('/preferences.php(\?.*)?$/',$_SERVER['REQUEST_URI']) ? ' active' : '').'" href="preferences.php">'.__('My preferences').'</a>'. 146 '<span class="smallscreen"> | </span><a href="index.php?logout=1" class="logout">'.sprintf(__('Logout %s'),$core->auth->userID()).'<img src="images/logout.png" alt="" /></a>'. 146 '<span class="smallscreen"> | </span><a class="smallscreen'.(preg_match('/preferences.php(\?.*)?$/',$_SERVER['REQUEST_URI']) ? ' active' : ''). 147 '" href="preferences.php">'.__('My preferences').'</a>'. 148 '<span class="smallscreen"> | </span><a href="index.php?logout=1" class="logout">'.sprintf(__('Logout %s'),$core->auth->userID()). 149 '<img src="images/logout.png" alt="" /></a>'. 147 150 '</div>'. 148 151 '</div>'.
Note: See TracChangeset
for help on using the changeset viewer.