Changeset 999:4dca015ee09f
- Timestamp:
- 11/13/12 11:56:18 (13 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r972 r999 147 147 background: #575859; 148 148 height: 2em; 149 } 150 #info-box1 p { 151 margin: 0; 152 display: inline; 149 153 } 150 154 #info-box1 select { -
inc/admin/lib.dc.page.php
r973 r999 57 57 { 58 58 $blog_box = 59 __('Blog:').' <strong title="'.html::escapeHTML($core->blog->url).'">'.59 '<p>'.__('Blog:').' <strong title="'.html::escapeHTML($core->blog->url).'">'. 60 60 html::escapeHTML($core->blog->name).'</strong>'; 61 61 … … 63 63 $blog_box .= ' - <a href="blogs.php">'.__('Change blog').'</a>'; 64 64 } 65 $blog_box .= '</p>'; 65 66 } 66 67 else … … 72 73 } 73 74 $blog_box = 74 '< label for="switchblog" class="classic">'.75 '<p><label for="switchblog" class="classic">'. 75 76 __('Blogs:').' '. 76 77 $core->formNonce(). 77 78 form::combo('switchblog',$blogs,$core->blog->id). 78 '</label> '.79 '<noscript>< div><input type="submit" value="'.__('ok').'" /></div></noscript>';79 '</label></p>'. 80 '<noscript><p><input type="submit" value="'.__('ok').'" /></p></noscript>'; 80 81 } 81 82 … … 132 133 '<form action="index.php" method="post">'. 133 134 $blog_box. 134 '< 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>'.135 '</ form>'.135 '<p><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>'. 136 '</p></form>'. 136 137 '</div>'. 137 138 '<div id="info-box2">'.
Note: See TracChangeset
for help on using the changeset viewer.