Bug 847: Instruction page / CSS Text-align: centered ordered lists
Bug 846: Bad link to documentation Some CSS Hacks in Admin theme git-svn-id: http://piwigo.org/svn/trunk@2495 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
5c021293f9
commit
56517c7545
8 changed files with 21 additions and 6 deletions
|
@ -1807,7 +1807,7 @@ function pwg_URL()
|
|||
if ( isset($lang_info['code']) and
|
||||
in_array($lang_info['code'], array('fr','en')) )
|
||||
{ /* current wiki languages are French or English */
|
||||
$urls['WIKI'] .= 'doku.php?id='.$lang_info['code'].':start';
|
||||
$urls['WIKI'] .= 'doku.php?id='.$lang_info['code'].':'.$lang_info['code'];
|
||||
$urls['HOME'] .= '?lang='.$lang_info['code'];
|
||||
}
|
||||
return $urls;
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
{/if}
|
||||
<li>
|
||||
{'Plugins'|@translate}
|
||||
<ul>
|
||||
<ul {* TODO conditional class="scroll" *}>
|
||||
{foreach from=$plugin_menu_items item=menu_item}
|
||||
<li><a href="{$menu_item.URL}">{$menu_item.NAME}</a></li>
|
||||
{/foreach}
|
||||
|
|
|
@ -43,7 +43,8 @@ letter-spacing:0.1em; margin-right:30px; text-align:right; color: #777;
|
|||
text-transform:none; font-weight:bold; padding-left:20px; }
|
||||
.content dl, dd { margin:5px; }
|
||||
.content div.titrePage { height:55px; }
|
||||
|
||||
.content ol li { text-align: left; }
|
||||
.instructions { text-align: left; padding: 20px 20px 0 20px; }
|
||||
.throw, td h3 {
|
||||
background-image: url(images/fillet.png); background-repeat: repeat-x; }
|
||||
.browsePath a { color: #eee; }
|
||||
|
@ -103,8 +104,14 @@ background:transparent url(images/active_tab_letters.png) no-repeat scroll left
|
|||
/* menubar is on all admin pages => No specific css file */
|
||||
#menubar {
|
||||
background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom;
|
||||
border:0; display:inline; float:left; left:0; margin: 0 0 0 35px; min-height:477px; height:477px;
|
||||
border:0; display:inline; float:left; left:0; margin: 0 0 0 35px; min-height:475px; height:475px; /* should be 477 */
|
||||
padding:0; width:207px; z-index:99; text-align: left; }
|
||||
#menubar ul.scroll { overflow-y:auto; height: 148px; margin-right:8px;
|
||||
/* Only IE family supports colored scrollbar */
|
||||
scrollbar-face-color: #222; scrollbar-shadow-color: #444; scrollbar-highlight-color: #000;
|
||||
scrollbar-3dlight-color: #292929; scrollbar-darkshadow-color: #333; scrollbar-track-color: #111;
|
||||
scrollbar-arrow-color: #ff3333; }
|
||||
html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */
|
||||
#menubar .selected a { color: #f70; border-color: #f36;}
|
||||
#menubar .selected a:hover { color: #f36; border-bottom: 1px solid #f36;}
|
||||
#menubar dd {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<div class="instructions">
|
||||
<h2>Help</h2>
|
||||
|
||||
<h3>Quick start</h3>
|
||||
|
@ -256,4 +257,4 @@ filesystem with database.</p>
|
|||
documentation</a> for further reading.</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
|
@ -1,3 +1,4 @@
|
|||
<div class="instructions">
|
||||
<h2>Ayudante</h2>
|
||||
|
||||
<h3>Comienzo rápido</h3>
|
||||
|
@ -181,3 +182,4 @@ class="pwgScreen">Administración, Categorías, Propiedades, Añadido de imágen
|
|||
<a href="http://phpwebgallery.net/doc">documentación oficial de Piwigo</a> Para obtener más detalles.</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
|
@ -1,3 +1,4 @@
|
|||
<div class="instructions">
|
||||
<h2>Aide</h2>
|
||||
|
||||
<h3>Démarrage rapide</h3>
|
||||
|
@ -248,3 +249,4 @@ question si votre recherche est infructueuse. Le
|
|||
Piwigo</a> pour obtenir plus de détails.</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
|
@ -1,3 +1,4 @@
|
|||
<div class="instructions">
|
||||
<h2>Aiuto</h2>
|
||||
|
||||
<h3>Presa in mano rapida</h3>
|
||||
|
@ -247,3 +248,4 @@ anche un'ampia <a href="http://phpwebgallery.net/doc">documentazione</a> in cui
|
|||
potrete trovare risposte ai vostri dubbi.</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
|
@ -1,3 +1,4 @@
|
|||
<div class="instructions">
|
||||
<h2>Help</h2>
|
||||
|
||||
<h3>Snelle start</h3>
|
||||
|
@ -224,4 +225,4 @@ die sub-categorieën bevatten.</li>
|
|||
Piwigo. Bekijk de <a href="http://phpwebgallery.net/doc/" target="blank">officiele Piwigo documentatie</a> voor meer informatie.</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
Loading…
Reference in a new issue