Look: Try an enhancement in background in eldy theme

Look: Link to online help is more clear.
This commit is contained in:
Laurent Destailleur 2009-08-09 00:35:17 +00:00
parent 34c76f3e16
commit 863b83c4db
8 changed files with 26 additions and 10 deletions

View File

@ -54,16 +54,27 @@ if ($mesg) print $mesg.'<br>';
print $langs->trans("SetupDescription1").' ';
print $langs->trans("AreaForAdminOnly").'<br>';
print "<br>";
print $langs->trans("SetupDescription2")."<br>";
print "<br>";
print img_picto('','puce').' '.$langs->trans("SetupDescription3")."<br>";
print "<br>";
//print '<br>';
print '<hr style="color: #DDDDDD;">';
print img_picto('','puce').' '.$langs->trans("SetupDescription4")."<br>";
print "<br>";
//print '<br>';
print '<hr style="color: #DDDDDD;">';
print img_picto('','puce').' '.$langs->trans("SetupDescription5")."<br>";
print "<br>";
/*
print '<table width="100%">';
print '<tr '.$bc[false].'><td '.$bc[false].'>'.img_picto('','puce').' '.$langs->trans("SetupDescription3")."</td></tr>";
print '<tr '.$bc[true].'><td '.$bc[true].'>'.img_picto('','puce').' '.$langs->trans("SetupDescription4")."</td></tr>";
print '<tr '.$bc[false].'><td '.$bc[false].'>'.img_picto('','puce').' '.$langs->trans("SetupDescription5")."</td></tr>";
print '</table>';
*/
print '<br>';
print info_admin($langs->trans("OnceSetupFinishedCreateUsers")).'<br>';

View File

@ -44,7 +44,8 @@ ErrorNoVATRateDefinedForSellerCountry = Error, cap tipus d'IVA definit per al pa
ErrorFailedToSaveFile = Error, el registre del fitxer ha fallat.
ErrorOnlyPngJpgSupported = Error, només estan suportats els formats d'imatge jpg i png.
ErrorImageFormatNotSupported = El seu PHP no suporta les funcions de conversió d'aquest format d'imatge.
GoToHelpPage = Consultar l'ajuda (pot requerir accés a Internet)
GoToWikiHelpPage = Consultar l'ajuda (pot requerir accés a Internet)
GoToHelpPage = Consultar l'ajuda
RecordSaved = Registre guardat
LevelOfFeature = Nivell de funcions
NotDefined = No definida

View File

@ -44,6 +44,8 @@ ErrorNoVATRateDefinedForSellerCountry=Error, no vat rates defined for country '%
ErrorFailedToSaveFile=Error, failed to save file.
ErrorOnlyPngJpgSupported=Error, only .png and .jpg image format file are supported.
ErrorImageFormatNotSupported=Your PHP does not support functions to convert images of this format.
GoToWikiHelpPage=Read online help (nead Internet access)
GoToHelpPage=Read help
RecordSaved=Record saved
LevelOfFeature=Level of features
NotDefined=Not defined

View File

@ -44,7 +44,8 @@ ErrorNoVATRateDefinedForSellerCountry = Error, ningún tipo de IVA definido para
ErrorFailedToSaveFile = Error, el registro del archivo falló.
ErrorOnlyPngJpgSupported = Error, solamente se soportan los formatos de imagen jpg y png.
ErrorImageFormatNotSupported = Su PHP no soporta las funciones de conversión de este formato de imagen.
GoToHelpPage = Consultar la ayuda (puede requerir acceso a Internet)
GoToWikiHelpPage = Consultar la ayuda (puede requerir acceso a Internet)
GoToHelpPage = Consultar la ayuda
RecordSaved = Registro guardado
LevelOfFeature = Nivel de funciones
NotDefined = No definida

View File

@ -44,7 +44,8 @@ ErrorNoVATRateDefinedForSellerCountry=Erreur, aucun taux tva défini pour le pay
ErrorFailedToSaveFile=Erreur, l'enregistrement du fichier a échoué.
ErrorOnlyPngJpgSupported=Erreur, seuls les formats images .jpg et .png sont supportés.
ErrorImageFormatNotSupported=Votre PHP ne supporte pas les fonctions de conversion de ce format d'image.
GoToHelpPage=Consulter l'aide (peut nécessiter un accès internet)
GoToWikiHelpPage=Consulter l'aide (nécessite un accès internet)
GoToHelpPage=Consulter l'aide
RecordSaved=Enregistrement sauvegardé
LevelOfFeature=Niveau de fonctionnalités
NotDefined=Non défini

View File

@ -1039,14 +1039,14 @@ function left_menu($menu_array, $helppagename='', $moresearchform='')
if ($helpbaseurl && $helppage)
{
print '<div class="help">';
print '<a class="help" target="_blank" title="'.$langs->trans("GoToHelpPage");
if ($mode == 'wiki') print ' - '.$langs->trans("PageWiki").' '.$helppage;
print '<a class="help" target="_blank" title="'.$langs->trans($mode == 'wiki' ? 'GoToWikiHelpPage': 'GoToHelpPage');
if ($mode == 'wiki') print ' - '.$langs->trans("PageWiki").' &quot;'.strtr($helppage,'_',' ').'&quot;';
print '" href="';
print sprintf($helpbaseurl,$helppage);
print '">';
print img_picto('',DOL_URL_ROOT.'/theme/common/helpdoc.png','',1).' ';
print $langs->trans($mode == 'wiki' ? 'OnlineHelp': 'Help');
if ($mode == 'wiki') print ' ('.dol_trunc($helppage,8).')';
if ($mode == 'wiki') print ' ('.dol_trunc(strtr($helppage,'_',' '),8).')';
print '</a>';
print '</div>';
}
@ -1084,14 +1084,13 @@ function left_menu($menu_array, $helppagename='', $moresearchform='')
/**
* \brief Affiche une zone de recherche
* \brief Show a search area
* \param urlaction Url du post
* \param urlobject Url du lien sur titre de la zone de recherche
* \param title Titre de la zone de recherche
* \param htmlmodesearch 'search'
* \param htmlinputname Nom du champ input du formulaire
*/
function printSearchForm($urlaction,$urlobject,$title,$htmlmodesearch='search',$htmlinputname)
{
global $langs;

View File

@ -40,6 +40,7 @@ else header('Cache-Control: no-cache');
body {
background-color: #F4F4F4;
background: #f9f9f9 url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/headbg.jpg' ?>) 0 0 no-repeat;
color: #101010;
font-size: 12px;
font-family: arial,tahoma,verdana,helvetica;

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB