Look enhancement
@@ -50,8 +50,7 @@ function printBookmarksList($aDb, $aLangs)
|
||||
$ret.= '</td><td align="right">';
|
||||
if ($user->rights->bookmark->creer)
|
||||
{
|
||||
$ret.= '<a class="vsmenu" href="'.DOL_URL_ROOT.'/bookmarks/card.php?action=create&urlsource='.urlencode($url).'&url='.urlencode($url).'">';
|
||||
//$ret.=img_picto($langs->trans('AddThisPageToBookmarks'),'edit_add').' ';
|
||||
$ret.= '<a class="vsmenu addbookmarkpicto" href="'.DOL_URL_ROOT.'/bookmarks/card.php?action=create&urlsource='.urlencode($url).'&url='.urlencode($url).'">';
|
||||
$ret.=img_object($langs->trans('AddThisPageToBookmarks'),'bookmark');
|
||||
$ret.= '</a>';
|
||||
}
|
||||
|
||||
@@ -477,7 +477,7 @@ function show_theme($fuser,$edit=0,$foruserprofile=false)
|
||||
if ($color) print '<input type="text" class="colorthumb" disabled="disabled" style="padding: 1px; margin-top: 0; margin-bottom: 0; width: 40px; background-color: #'.$color.'" value="'.$color.'">';
|
||||
else print $langs->trans("Default");
|
||||
}
|
||||
print ' ('.$langs->trans("Default").': <strong>6e7896</strong>, '.$langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis").')';
|
||||
print ' ('.$langs->trans("Default").': <strong>7882aa</strong>, '.$langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis").')';
|
||||
print '</td>';
|
||||
}
|
||||
|
||||
|
||||
@@ -1461,13 +1461,13 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
|
||||
$logouthtmltext.=$langs->trans("Logout").'<br>';
|
||||
|
||||
$logouttext .='<a href="'.DOL_URL_ROOT.'/user/logout.php">';
|
||||
$logouttext .= img_picto($langs->trans('Logout').":".$langs->trans('Logout'), 'logout.png', 'class="login"', 0, 0, 1);
|
||||
$logouttext .= img_picto($langs->trans('Logout').":".$langs->trans('Logout'), 'logout_top.png', 'class="login"', 0, 0, 1);
|
||||
$logouttext .='</a>';
|
||||
}
|
||||
else
|
||||
{
|
||||
$logouthtmltext.=$langs->trans("NoLogoutProcessWithAuthMode",$_SESSION["dol_authmode"]);
|
||||
$logouttext .= img_picto($langs->trans('Logout').":".$langs->trans('Logout'), 'logout.png', 'class="login"', 0, 0, 1);
|
||||
$logouttext .= img_picto($langs->trans('Logout').":".$langs->trans('Logout'), 'logout_top.png', 'class="login"', 0, 0, 1);
|
||||
}
|
||||
|
||||
print '<div class="login_block">'."\n";
|
||||
@@ -1500,7 +1500,7 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
|
||||
$qs=$_SERVER["QUERY_STRING"];
|
||||
$qs.=(($qs && $morequerystring)?'&':'').$morequerystring;
|
||||
$text ='<a href="'.$_SERVER["PHP_SELF"].'?'.$qs.($qs?'&':'').'optioncss=print" target="_blank">';
|
||||
$text.= img_picto(":".$langs->trans("PrintContentArea"), 'printer.png', 'class="printer"');
|
||||
$text.= img_picto(":".$langs->trans("PrintContentArea"), 'printer_top.png', 'class="printer"');
|
||||
$text.='</a>';
|
||||
$toprightmenu.=Form::textwithtooltip('',$langs->trans("PrintContentArea"),2,1,$text,'login_block_elem',2);
|
||||
}
|
||||
@@ -1534,7 +1534,7 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
|
||||
if ($mode == 'wiki') $text.=sprintf($helpbaseurl,urlencode(html_entity_decode($helppage)));
|
||||
else $text.=sprintf($helpbaseurl,$helppage);
|
||||
$text.='">';
|
||||
$text.=img_picto('', 'helpdoc').' ';
|
||||
$text.=img_picto('', 'helpdoc_top').' ';
|
||||
//$toprightmenu.=$langs->trans($mode == 'wiki' ? 'OnlineHelp': 'Help');
|
||||
//if ($mode == 'wiki') $text.=' ('.dol_trunc(strtr($helppage,'_',' '),8).')';
|
||||
$text.='</a>';
|
||||
|
||||
|
Before Width: | Height: | Size: 278 B |
BIN
htdocs/theme/eldy/img/helpdoc_top.png
Normal file
|
After Width: | Height: | Size: 407 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 270 B |
BIN
htdocs/theme/eldy/img/logout_top.png
Normal file
|
After Width: | Height: | Size: 293 B |
|
Before Width: | Height: | Size: 675 B |
|
Before Width: | Height: | Size: 810 B |
BIN
htdocs/theme/eldy/img/printer_top.png
Normal file
|
After Width: | Height: | Size: 316 B |
@@ -79,7 +79,7 @@ $dol_use_jmobile=$conf->dol_use_jmobile;
|
||||
//var_dump($user->conf->THEME_ELDY_RGB);
|
||||
|
||||
// Colors
|
||||
$colorbackhmenu1='140,150,180'; // topmenu
|
||||
$colorbackhmenu1='120,130,170'; // topmenu
|
||||
$colorbackvmenu1='255,255,255'; // vmenu
|
||||
$colorbacktitle1='230,230,230'; // title of array
|
||||
$colorbacktabcard1='255,255,255'; // card
|
||||
@@ -101,7 +101,7 @@ $useboldtitle=1;
|
||||
|
||||
// Case of option always editable
|
||||
if (! isset($conf->global->THEME_ELDY_BACKBODY)) $conf->global->THEME_ELDY_BACKBODY='255,255,255';
|
||||
if (! isset($conf->global->THEME_ELDY_TOPMENU_BACK1)) $conf->global->THEME_ELDY_TOPMENU_BACK1='140,150,180';
|
||||
if (! isset($conf->global->THEME_ELDY_TOPMENU_BACK1)) $conf->global->THEME_ELDY_TOPMENU_BACK1='120,130,170';
|
||||
if (! isset($conf->global->THEME_ELDY_BACKTITLE1)) $conf->global->THEME_ELDY_BACKTITLE1='230,230,230';
|
||||
if (! isset($conf->global->THEME_ELDY_USE_HOVER)) $conf->global->THEME_ELDY_USE_HOVER=='238,246,252';
|
||||
if (! isset($conf->global->THEME_ELDY_TEXTLINK)) $conf->global->THEME_ELDY_TEXTLINK='0,0,120';
|
||||
@@ -1184,6 +1184,9 @@ a.help:link, a.help:visited, a.help:hover, a.help:active { font-size:<?php print
|
||||
{
|
||||
border-top: 1px solid #BBB;
|
||||
}
|
||||
a.vsmenu.addbookmarkpicto {
|
||||
padding-right: 10px;
|
||||
}
|
||||
.vmenu div.blockvmenubookmarks, .vmenu div.blockvmenuend, .vmenu div.blockvmenulogo
|
||||
{
|
||||
border-bottom: 1px solid #BBB;
|
||||
|
||||
|
Before Width: | Height: | Size: 278 B |
|
Before Width: | Height: | Size: 657 B After Width: | Height: | Size: 312 B |
BIN
htdocs/theme/md/img/helpdoc_top.png
Normal file
|
After Width: | Height: | Size: 267 B |
BIN
htdocs/theme/md/img/logout_top.png
Normal file
|
After Width: | Height: | Size: 168 B |
|
Before Width: | Height: | Size: 118 B |
|
Before Width: | Height: | Size: 170 B |
|
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 655 B |
|
Before Width: | Height: | Size: 200 B After Width: | Height: | Size: 577 B |
|
Before Width: | Height: | Size: 164 B After Width: | Height: | Size: 581 B |
BIN
htdocs/theme/md/img/printer_top.png
Normal file
|
After Width: | Height: | Size: 167 B |
|
Before Width: | Height: | Size: 292 B After Width: | Height: | Size: 1.2 KiB |
BIN
htdocs/theme/md/img/switch_off_old.png
Normal file
|
After Width: | Height: | Size: 292 B |
|
Before Width: | Height: | Size: 257 B After Width: | Height: | Size: 1.2 KiB |
BIN
htdocs/theme/md/img/switch_on_old.png
Normal file
|
After Width: | Height: | Size: 257 B |
|
Before Width: | Height: | Size: 197 B After Width: | Height: | Size: 138 B |
@@ -568,12 +568,12 @@ td.showDragHandle {
|
||||
#id-left {
|
||||
min-height: 100%;
|
||||
position: relative;
|
||||
width: 193px;
|
||||
width: 213px;
|
||||
}
|
||||
#id-right { /* This must stay id-right and not be replaced with echo $right */
|
||||
width: 100%;
|
||||
<?php if (GETPOST("optioncss") != 'print') { ?>
|
||||
padding-left: 194px;
|
||||
padding-left: 224px;
|
||||
padding-top: 12px;
|
||||
<?php } ?>
|
||||
}
|
||||
@@ -620,7 +620,7 @@ td.showDragHandle {
|
||||
<?php } ?>
|
||||
}
|
||||
.side-nav-vert {
|
||||
margin-left: 194px;
|
||||
margin-left: 228px;
|
||||
}
|
||||
|
||||
|
||||
@@ -1106,7 +1106,7 @@ div.login_block {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
background: #FFF;
|
||||
width: 193px;
|
||||
width: 228px;
|
||||
height: 42px;
|
||||
<?php if (GETPOST("optioncss") == 'print') { ?>
|
||||
display: none;
|
||||
@@ -1188,7 +1188,7 @@ div.vmenu, td.vmenu {
|
||||
padding: 0px;
|
||||
padding-bottom: 0px;
|
||||
padding-top: 0px;
|
||||
width: 174px;
|
||||
width: 222px;
|
||||
}
|
||||
|
||||
.vmenu {
|
||||
@@ -1199,7 +1199,7 @@ div.vmenu, td.vmenu {
|
||||
}
|
||||
|
||||
.vmenusearchselectcombo {
|
||||
width: 170px;
|
||||
width: 202px;
|
||||
}
|
||||
|
||||
.menu_contenu { padding-top: 4px; padding-bottom: 3px;}
|
||||
@@ -1234,6 +1234,9 @@ div.blockvmenupair, div.blockvmenuimpair, div.blockvmenubookmarks
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
}
|
||||
a.vsmenu.addbookmarkpicto {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
div.blockvmenusearch
|
||||
{
|
||||
|
||||