Changeset 3771:ee48b80e8d04 for admin
- Timestamp:
- 07/11/18 12:21:03 (7 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 1 added
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/_charte.php
r3770 r3771 333 333 </p> 334 334 <h3 id="prevnext">Navigation contextuelle</h3> 335 <p><a title="Titre du lien" href="http://fr.dotclear.org/blog" class="onblog_link outgoing">Lien vers le blog <img alt="" src="images/outgoing- blue.png" /></a></p>335 <p><a title="Titre du lien" href="http://fr.dotclear.org/blog" class="onblog_link outgoing">Lien vers le blog <img alt="" src="images/outgoing-link.svg" /></a></p> 336 336 <p class="nav_prevnext"><a title="Titre de l'élément précédente" href="post.php?id=4145">« Élément précédent</a> | <a title="Titre de l'élément suivant" href="#">Élément suivant »</a></p> 337 337 -
admin/index.php
r3731 r3771 119 119 foreach ($__resources['doc'] as $k => $v) { 120 120 $doc_links .= '<li><a class="outgoing" href="' . $v . '" title="' . $k . '">' . $k . 121 ' <img src="images/outgoing- blue.png" alt="" /></a></li>';121 ' <img src="images/outgoing-link.svg" alt="" /></a></li>'; 122 122 } 123 123 -
admin/js/common.js
r3768 r3771 456 456 $(this).prop('title', $(this).prop('title') + ' (' + dotclear.msg.new_window + ')'); 457 457 if (!$(this).hasClass('outgoing')) { 458 $(this).append(' <img src="images/outgoing-blue.png" alt=""/>');458 $(this).append(' <img class="outgoing-js" src="images/outgoing-link.svg" alt=""/>'); 459 459 } 460 460 }).click(function(e) { -
admin/post.php
r3731 r3771 434 434 435 435 if ($post_id && $post->post_status == 1) { 436 echo '<p><a class="onblog_link outgoing" href="' . $post->getURL() . '" title="' . html::escapeHTML($post_title) . '">' . __('Go to this entry on the site') . ' <img src="images/outgoing- blue.png" alt="" /></a></p>';436 echo '<p><a class="onblog_link outgoing" href="' . $post->getURL() . '" title="' . html::escapeHTML($post_title) . '">' . __('Go to this entry on the site') . ' <img src="images/outgoing-link.svg" alt="" /></a></p>'; 437 437 } 438 438 if ($post_id) { -
admin/services.php
r3731 r3771 54 54 foreach ($feed->items as $item) { 55 55 $dt = isset($item->link) ? '<a href="' . $item->link . '" class="outgoing" title="' . $item->title . '">' . 56 $item->title . ' <img src="images/outgoing- blue.png" alt="" /></a>' : $item->title;56 $item->title . ' <img src="images/outgoing-link.svg" alt="" /></a>' : $item->title; 57 57 58 58 if ($i < 3) { -
admin/style/default-dark.css
r3770 r3771 907 907 border-bottom: none; 908 908 text-decoration: none; } 909 910 a.outgoing img, .outgoing-js { 911 width: .75em; 912 filter: contrast(100%); } 913 #header a.outgoing img, #header .outgoing-js { 914 width: 1.25em; 915 padding: 0 0 0 .5em; 916 vertical-align: initial; 917 filter: contrast(100%); } 909 918 910 919 input[type=text], -
admin/style/default.css
r3770 r3771 907 907 border-bottom: none; 908 908 text-decoration: none; } 909 910 a.outgoing img, .outgoing-js { 911 width: .75em; 912 filter: contrast(50%); } 913 #header a.outgoing img, #header .outgoing-js { 914 width: 1.25em; 915 padding: 0 0 0 .5em; 916 vertical-align: initial; 917 filter: contrast(100%); } 909 918 910 919 input[type=text], -
admin/style/scss/partials/_markup.scss
r3770 r3771 210 210 text-decoration: none; 211 211 } 212 213 a.outgoing img, .outgoing-js { 214 width: .75em; 215 filter: contrast($outgoing-link-filter); 216 #header & { 217 width: 1.25em; 218 padding: 0 0 0 .5em; 219 vertical-align: initial; 220 filter: contrast(100%); 221 } 222 } -
admin/style/scss/themes/_dark.scss
r3770 r3771 151 151 $discrete-link-color: $body-color; 152 152 153 $outgoing-link-filter: 100%; 154 153 155 // Forms 154 156 -
admin/style/scss/themes/_light.scss
r3770 r3771 150 150 $discrete-link-color: $gray-very-dark; // #323232 151 151 152 $outgoing-link-filter: 50%; 153 152 154 // Forms 153 155 -
admin/update.php
r3731 r3771 183 183 '<p class="static-msg">' . sprintf(__('Dotclear %s is available.'), $new_v) . 184 184 ($version_info ? ' <a href="' . $version_info . '" class="outgoing" title="' . __('Information about this version') . '">(' . 185 __('Information about this version') . ') <img src="images/outgoing .png" alt=""/></a>' : '') .185 __('Information about this version') . ') <img src="images/outgoing-link.svg" alt=""/></a>' : '') . 186 186 '</p>'; 187 187 if (version_compare(phpversion(), $updater->getPHPVersion()) < 0) { -
admin/users_actions.php
r3731 r3771 209 209 '<td class="maximal">' . html::escapeHTML($rs->blog_name) . '</td>' . 210 210 '<td class="nowrap"><a class="outgoing" href="' . html::escapeHTML($rs->blog_url) . '">' . html::escapeHTML($rs->blog_url) . 211 ' <img src="images/outgoing- blue.png" alt="" /></a></td>' .211 ' <img src="images/outgoing-link.svg" alt="" /></a></td>' . 212 212 '<td class="nowrap">' . $core->countBlogPosts($rs->blog_id) . '</td>' . 213 213 '<td class="status">' . $img_status . '</td>' .
Note: See TracChangeset
for help on using the changeset viewer.