mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Look: Try an enhancement in background in eldy theme
Look: Link to online help is more clear.
This commit is contained in:
parent
34c76f3e16
commit
863b83c4db
|
|
@ -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>';
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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").' "'.strtr($helppage,'_',' ').'"';
|
||||
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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
BIN
htdocs/theme/eldy/img/headbg.jpg
Normal file
BIN
htdocs/theme/eldy/img/headbg.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue
Block a user