Changeset 1947:28505bb569ee
- Timestamp:
- 09/18/13 21:21:28 (12 years ago)
- Branch:
- default
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/prelude.js
r1615 r1947 7 7 aElts[i].onfocus=function() { 8 8 $('#prelude a').removeClass('hidden'); 9 $('#wrapper').css('padding-top', '1em');10 $('#help-button').css('top', '4em');11 9 } 12 10 } … … 21 19 } 22 20 addLoadEvent(aFocus); 23 24 // init25 $(function() {26 $('#wrapper').css('padding-top', '0');27 }); -
admin/style/default.css
r1946 r1947 30 30 background: #f7f7f7 url(bg_wrapper.png) repeat-y 15.5em; 31 31 } 32 .with-js #wrapper { 33 padding-top: 0; 34 } 32 35 #main { 33 36 width: 100%; … … 823 826 background: #A2CBE9; 824 827 width: 100%; 828 z-index: 100; 825 829 } 826 830 #prelude li { … … 893 897 display: inline; 894 898 } 899 .with-js #info-box1 .hidden-if-js { 900 display: none; 901 } 895 902 #info-box1 select { 896 903 width: 145px; /* ie < 9 sucks */ … … 899 906 #info-box1 a { 900 907 margin-left: 1.33em; 908 } 909 #info-box1 input[type=submit] { 910 background: #000; 911 border-color: #999; 912 margin-left: .33em; 913 } 914 #info-box1 input[type=submit]:hover { 915 background: #999; 901 916 } 902 917 #info-box2 { … … 1087 1102 cursor: pointer; 1088 1103 color: #2373A8; 1089 line-height: 42px; /* ie < 9 sucks */ 1090 line-height: 4.2rem; 1091 } 1104 line-height: 36px; /* ie < 9 sucks */ 1105 line-height: 3.6rem; 1106 } 1107 .no-js #help-button { 1108 top: 1em; 1109 } 1092 1110 #help-button span { 1093 1111 padding: .5em 0 .1em 0; … … 1127 1145 #helplink p { 1128 1146 padding: 0 0 0 .5em; 1129 }1130 /* 2. in footer */1131 span.helplink {1132 display: block;1133 float: left;1134 padding: 0 1.5em 0 30px;1135 background: transparent url(../images/page_help.png) no-repeat 6px center;1136 }1137 span.helplink a {1138 border-bottom: 1px solid #2373A8;1139 1147 } 1140 1148 /* ------------------------------------------------------------------ FOOTER ELEMENTS */ … … 1905 1913 font-weight: bold; 1906 1914 margin-top: 2em; 1915 display: inline-block; 1907 1916 } 1908 1917 #entry-content label:first-child { -
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>'. -
locales/fr/plugins.po
r1945 r1947 2032 2032 #~ msgid "Blog settings" 2033 2033 #~ msgstr "Paramètres du blog" 2034 2035 msgid "Introduction to the page." 2036 msgstr "Introduction à la page." -
plugins/pages/locales/fr/help/page.html
r1919 r1947 6 6 <body> 7 7 8 <h 3>Rédaction de la page</h3>8 <h4>Rédaction de la page</h4> 9 9 10 10 <dl> … … 88 88 </dl> 89 89 90 <h 3>Commentaires</h3>90 <h4>Commentaires</h4> 91 91 <dl> 92 92 <dt>Liste les commentaires</dt> … … 103 103 </dl> 104 104 105 <h 3>Référence de la syntaxe Wiki</h3>105 <h4>Référence de la syntaxe Wiki</h4> 106 106 107 107 <p>La syntaxe Wiki est une manière d'écrire du texte avec un jeu de balises -
plugins/pages/page.php
r1941 r1947 468 468 "post_excerpt" => 469 469 '<p class="area" id="excerpt-area"><label for="post_excerpt">'.__('Excerpt:').' <span class="form-note">'. 470 __('Introduction to the p ost.').'</span></label> '.470 __('Introduction to the page.').'</span></label> '. 471 471 form::textarea('post_excerpt',50,5,html::escapeHTML($post_excerpt)). 472 472 '</p>',
Note: See TracChangeset
for help on using the changeset viewer.