diff --git a/htdocs/comm/bookmark.php b/htdocs/comm/bookmark.php index 789c40fcc6a..fd7b8eb42d2 100644 --- a/htdocs/comm/bookmark.php +++ b/htdocs/comm/bookmark.php @@ -19,25 +19,38 @@ * $Source$ * */ + +/** + \file htdocs/comm/bookmark.php + \brief Page affichage des bookmarks + \version $Revision$ +*/ + + require("./pre.inc.php"); + llxHeader(); -if ($sortorder == "") { - $sortorder="DESC"; -} -if ($sortfield == "") { - $sortfield="idp"; -} +if (! $sortorder) $sortorder="DESC"; +if (! $sortfield) $sortfield="idp"; + +if ($page == -1) { $page = 0 ; } +$limit = 26; +$offset = $limit * $page ; +$pageprev = $page - 1; +$pagenext = $page + 1; $yn["t"] = "oui"; $yn["f"] = "non"; $ynn["1"] = "oui"; $ynn["0"] = "non"; + + if ($action == 'add') { - $sql = "INSERT INTO ".MAIN_DB_PREFIX."bookmark (fk_soc, dateb, author) VALUES ($socidp, now(),'". $user->login ."');"; + $sql = "INSERT INTO ".MAIN_DB_PREFIX."bookmark (fk_soc, dateb, fk_user) VALUES ($socidp, now(),'". $user->login ."');"; if (! $db->query($sql) ) { print $db->error(); @@ -46,46 +59,33 @@ if ($action == 'add') if ($action == 'delete') { - $sql = "DELETE FROM ".MAIN_DB_PREFIX."bookmark WHERE rowid=$bid AND author = '". $user->login ."'"; + $sql = "DELETE FROM ".MAIN_DB_PREFIX."bookmark WHERE rowid=$bid AND fk_user = '". $user->login ."'"; $result = $db->query($sql); } -if ($page == -1) { $page = 0 ; } -$limit = 26; -$offset = $limit * $page ; -$pageprev = $page - 1; -$pagenext = $page + 1; -print '
Bookmark
'; +print_fiche_titre($langs->trans("Bookmarks")); -$sql = "SELECT s.idp, s.nom, ".$db->pdate("b.dateb")." as dateb, st.libelle as stcomm, b.rowid as bid, b.author"; -$sql .= " FROM ".MAIN_DB_PREFIX."societe as s, ".MAIN_DB_PREFIX."c_stcomm as st, ".MAIN_DB_PREFIX."bookmark as b"; -$sql .= " WHERE b.fk_soc = s.idp AND s.fk_stcomm = st.id AND s.datea is not null"; - -$sql .= " ORDER BY $sortfield $sortorder " . $db->plimit( $limit, $offset); - +$sql = "SELECT s.idp, s.nom, ".$db->pdate("b.dateb")." as dateb, b.rowid as bid, b.fk_user"; +$sql.= " FROM ".MAIN_DB_PREFIX."societe as s, ".MAIN_DB_PREFIX."bookmark as b"; +$sql.= " WHERE b.fk_soc = s.idp AND s.datea is not null"; +$sql.= " ORDER BY $sortfield $sortorder " . $db->plimit( $limit, $offset); if ( $db->query($sql) ) { $num = $db->num_rows(); $i = 0; - if ($sortorder == "DESC") - { - $sortorder="ASC"; - } - else - { - $sortorder="DESC"; - } - print "

"; + if ($sortorder == "DESC") $sortorder="ASC"; + else $sortorder="DESC"; + + print "
"; print ""; print ""; print ""; print ""; - print ''; print ""; print ""; @@ -97,25 +97,13 @@ if ( $db->query($sql) ) $obj = $db->fetch_object(); $var=!$var; - $bc1="bgcolor=\"#90c090\""; - $bc2="bgcolor=\"#b0e0b0\""; - if (!$var) - { - $bc=$bc1; - } - else - { - $bc=$bc2; - } - print ""; + print ""; print ""; print ""; - print "\n"; - - print "\n"; - print "\n"; - print ""; - print "\n"; + print "\n"; + print "\n"; + print ""; + print "\n"; print "\n"; $i++; } @@ -124,15 +112,11 @@ if ( $db->query($sql) ) } else { - dolibarr_print_error()$db; + dolibarr_print_error($db); } + $db->close(); -?> -

-Seul l'auteur d'un bookmark peut le supprimer. - - diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 67d1b468927..ab70b430173 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -470,7 +470,7 @@ if ($conf->propal->enabled && $user->rights->propale->lire) $obj = $db->fetch_object($result); $var=!$var; print "

"; - print "\n"; + print "\n"; print "\n"; print "\n"; @@ -519,14 +519,13 @@ if ($conf->propal->enabled && $user->rights->propale->lire) { { $objp = $db->fetch_object(); print ""; - print ''; - print ''; + print ''; $now = time(); $lim = 3600 * 24 * 15 ; - if ( ($now - $objp->dp) > $lim && $objp->statutid == 1 ) { print ""; diff --git a/htdocs/compta/deplacement/fiche.php b/htdocs/compta/deplacement/fiche.php index 1091f05b2ab..6864deff731 100644 --- a/htdocs/compta/deplacement/fiche.php +++ b/htdocs/compta/deplacement/fiche.php @@ -108,7 +108,7 @@ if ($_GET["action"] == 'create') print "\n"; print ''; - print '
'.$langs->trans("NewTrip").'

'; + print_fiche_titre($langs->trans("NewTrip")); print '
 IdSociete'.$langs->trans("Status").'".$langs->trans("Author")."".$langs->trans("Date")."
" . ($i + 1 + ($limit * $page)) . "$obj->idpidp\">$obj->nom$obj->stcomm$obj->author".strftime("%d %b %Y %H:%M", $obj->dateb) ."[bid\">Delete]idp\">$obj->nom$obj->fk_user".dolibarr_print_date($obj->dateb) ."bid\">".img_delete()."
propalid."\">".img_object($langs->trans("ShowPropal"),"propal")." ".$obj->ref."idp\">".img_object($langs->trans("ShowCompany"),"company")." ".$obj->nom."idp\">".img_object($langs->trans("ShowCompany"),"company")." ".dolibarr_trunc($obj->nom,40).""; print dolibarr_print_date($obj->dp)."".price($obj->price)."
'; + print ''; print ''.img_object($langs->trans("ShowPropal"),"propal").' '; print $objp->ref.''.img_object($langs->trans("ShowCompany"),"company").' '.$objp->nom.''.img_object($langs->trans("ShowCompany"),"company").' '.dolibarr_trunc($objp->nom,40).' > 15 jours
'; print ''; diff --git a/htdocs/compta/param/comptes/fiche.php b/htdocs/compta/param/comptes/fiche.php index 08674fd7c15..6d8b0c042c7 100644 --- a/htdocs/compta/param/comptes/fiche.php +++ b/htdocs/compta/param/comptes/fiche.php @@ -77,12 +77,11 @@ if ($_GET["action"] == 'create' && $user->rights->compta->ventilation->parametre $html = new Form($db); $nbligne=0; + print_fiche_titre('Comptes Généraux'); + print ''; print ''; print ''."\n"; - print '
'; - print 'Comptes Généraux'; - print '

'."\n"; print '
'.$langs->trans("Person").''.$user->fullname.'
'; print ''; diff --git a/htdocs/compta/tva/fiche.php b/htdocs/compta/tva/fiche.php index 8965445f732..827deb9f6b2 100644 --- a/htdocs/compta/tva/fiche.php +++ b/htdocs/compta/tva/fiche.php @@ -78,7 +78,7 @@ if ($_GET["action"] == 'create') print "\n"; print ''; - print '
'.$langs->trans("NewVATPayment").'

'; + print_fiche_titre($langs->trans("NewVATPayment")); if ($message) print '
'.$message.'
'; diff --git a/htdocs/fourn/product/fiche.php b/htdocs/fourn/product/fiche.php index 592f9863b6b..b9f9b788a24 100644 --- a/htdocs/fourn/product/fiche.php +++ b/htdocs/fourn/product/fiche.php @@ -219,10 +219,10 @@ if ($_GET["action"] == 'create' && $user->rights->produit->creer) print ''; print ''."\n"; print ''."\n"; - print '
'; - if ($_GET["type"]==0) { print $langs->trans("NewProduct"); } - if ($_GET["type"]==1) { print $langs->trans("NewService"); } - print '

'."\n"; + + if ($_GET["type"]==0) { $title=$langs->trans("NewProduct"); } + if ($_GET["type"]==1) { $title=$langs->trans("NewService"); } + print_fiche_titre($title); print '
'; diff --git a/htdocs/install/inc.php b/htdocs/install/inc.php index ecff4dfcf92..7329c383a73 100644 --- a/htdocs/install/inc.php +++ b/htdocs/install/inc.php @@ -60,9 +60,7 @@ function pHeader($soutitre,$next) print ''; print ''; - print '
'; print ''.$langs->trans("DolibarrSetup").''; - print '
'; print ''; print '
'; diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index f4c567831ff..7f27528d075 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -682,34 +682,82 @@ function img_tick($alt = "default") } /** - \brief fonction de login - \remarks il faut changer le code html dans la fonction pour changer le design + \brief Affiche formulaire de login + \remarks il faut changer le code html dans cette fonction pour changer le design */ function loginfunction() { - global $langs; + global $langs,$conf; print ''; - print "\nDolibarr Authentification"; - print ' - - -
-
'; - print 'Dolibarr '.DOL_VERSION; - print ' -
-
- '; + print "\nDolibarr Authentification\n"; + print ''; + print ''; + print ''; +// print '
'; +// print '
'; +// print '
'; +// print '
'; + + +print ' + +'; + + print ''; + +print ' +
+ +
Dolibarr '.DOL_VERSION.'
+ +
+ + + + + + + +'; + +if (file_exists(DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/login_logo.png')) +{ + print ''; +} +else +{ + print ''; +} + +print ' + + + + + + + +
 
  '.$langs->trans("Login").'  
  '.$langs->trans("Password").'   +

+ +
+'; - print ''; - print '
'; - print ''; - print '';; - print ''; - print '
'.$langs->trans("Login").':
'.$langs->trans("Password").':
'; - print '
'; - print '

'; print ''; } diff --git a/htdocs/postnuke/articles/fiche.php b/htdocs/postnuke/articles/fiche.php index cce373c3192..3d354bddb66 100644 --- a/htdocs/postnuke/articles/fiche.php +++ b/htdocs/postnuke/articles/fiche.php @@ -90,10 +90,9 @@ if ($id) /* * Affichage */ + print_fiche_titre('Fiche Article : '.$article->titre); - print '
Fiche Article : '.$article->titre.'

'; - - print ''; + print '
'; print "\n"; print "\n"; diff --git a/htdocs/product/album/fiche.php b/htdocs/product/album/fiche.php index c49fefae0cc..7f24022ce06 100644 --- a/htdocs/product/album/fiche.php +++ b/htdocs/product/album/fiche.php @@ -70,9 +70,9 @@ if ($action == 'create') print "\n"; print ""; - print '
Nouvel album

'; + print_fiche_titre($langs->trans("NewAlbum")); - print '
Titre$article->titre
Titre$article->body
'; + print '
'; print ""; print ''; print ''; @@ -100,9 +100,9 @@ else $gas = $album->liste_groupart(); - print '
Fiche Album : '.$album->titre.'

'; + print_fiche_titre('Fiche Album : '.$album->titre); - print '
'.$langs->trans("Ref").'
Titre
'; + print '
'; print ""; print ''; print ''; @@ -125,7 +125,7 @@ else if ($action == 'edit') { - print '
Edition de la fiche Album : '.$album->titre.'

'; + print_fiche_titre('Edition de la fiche Album : '.$album->titre); print "\n"; print ""; diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 9e9efd3bd42..6ee3e81527f 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -214,10 +214,10 @@ if ($_GET["action"] == 'create' && $user->rights->produit->creer) print ''; print ''; print ''."\n"; - print '
'; - if ($_GET["type"]==0) { print $langs->trans("NewProduct"); } - if ($_GET["type"]==1) { print $langs->trans("NewService"); } - print '

'."\n"; + + if ($_GET["type"]==0) { $title=$langs->trans("NewProduct"); } + if ($_GET["type"]==1) { $title=$langs->trans("NewService"); } + print_fiche_titre($title); print '
'.$langs->trans("Ref").''.$album->ref.''.$langs->trans("Description").'
'; print ''; diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php index ba4dcb95e9f..3166f549de8 100644 --- a/htdocs/product/fournisseurs.php +++ b/htdocs/product/fournisseurs.php @@ -229,9 +229,9 @@ if ($_GET["id"]) $langs->load("suppliers"); if ($_GET["id_fourn"]) { - print '
'.$langs->trans("ChangeSupplierPrice").'
'; + print_fiche_titre($langs->trans("ChangeSupplierPrice")); } else { - print '
'.$langs->trans("AddSupplierPrice").'
'; + print_fiche_titre($langs->trans("AddSupplierPrice")); } print '
'; print ''; diff --git a/htdocs/product/price.php b/htdocs/product/price.php index ce4cc7865dc..132a6509901 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -168,7 +168,8 @@ print "\n\n"; */ if ($_GET["action"] == 'edit_price' && $user->rights->produit->creer) { - print '
'.$langs->trans("NewPrice").'
'; + print_fiche_titre($langs->trans("NewPrice")); + print ''; print ''; print ''; diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css index 8d05b6d7f93..55a485c4c45 100644 --- a/htdocs/theme/eldy/eldy.css +++ b/htdocs/theme/eldy/eldy.css @@ -35,10 +35,10 @@ body { } /***** Styles par défaut *****/ -a:link { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } -a:visited { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } -a:active { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } -a:hover { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: underline; } +a:link { font: verdana, arial, helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } +a:visited { font: verdana, arial, helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } +a:active { font: verdana, arial, helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none; } +a:hover { font: verdana, arial, helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: underline; } input { font: helvetica, verdana, arial, sans-serif; } textarea { font: helvetica, verdana, arial, sans-serif; } .button { @@ -395,7 +395,8 @@ a.tabimage { * Nouvelle syntaxe à utiliser */ -a.butAction:link { font: helvetica, verdana, arial, sans-serif; +a.butAction:link { font: 12px helvetica, verdana, arial, sans-serif; + font-weight: bold; background: white; border: 1px solid #8CACBB; color: #436976; @@ -404,7 +405,8 @@ a.butAction:link { font: helvetica, verdana, arial, sans-serif; text-decoration: none; white-space: nowrap; } -a.butAction:visited { font: helvetica, verdana, arial, sans-serif; +a.butAction:visited { font: 12px helvetica, verdana, arial, sans-serif; + font-weight: bold; background: white; border: 1px solid #8CACBB; color: #436976; @@ -413,7 +415,8 @@ a.butAction:visited { font: helvetica, verdana, arial, sans-serif; text-decoration: none; white-space: nowrap; } -a.butAction:active { font: helvetica, verdana, arial, sans-serif; +a.butAction:active { font: 12px helvetica, verdana, arial, sans-serif; + font-weight: bold; background: white; border: 1px solid #8CACBB; color: #436976; @@ -422,7 +425,8 @@ a.butAction:active { font: helvetica, verdana, arial, sans-serif; text-decoration: none; white-space: nowrap; } -a.butAction:hover { font: helvetica, verdana, arial, sans-serif; +a.butAction:hover { font: 12px helvetica, verdana, arial, sans-serif; + font-weight: bold; background: #dee7ec; border: 1px solid #8CACBB; color: #436976; @@ -431,7 +435,8 @@ a.butAction:hover { font: helvetica, verdana, arial, sans-serif; text-decoration: none; white-space: nowrap; } -a.butActionRefuse { font: helvetica, verdana, arial, sans-serif; +a.butActionRefuse { font: 12px helvetica, verdana, arial, sans-serif; + font-weight: bold; background: white; border: 1px solid red; color: #436976; @@ -440,10 +445,13 @@ a.butActionRefuse { font: helvetica, verdana, arial, sans-serif; text-decoration: none; white-space: nowrap; } -a.butActionRefuse:hover { background: #dee7ec; } +a.butActionRefuse:hover { font: 12px helvetica, verdana, arial, sans-serif; + font-weight: bold; + background: #dee7ec; } -a.butActionDelete { font: helvetica, verdana, arial, sans-serif; +a.butActionDelete { font: 12px helvetica, verdana, arial, sans-serif; + font-weight: bold; background: white; border: 1px solid red; color: #436976; @@ -452,12 +460,10 @@ a.butActionDelete { font: helvetica, verdana, arial, sans-serif; text-decoration: none; white-space: nowrap; } -a.butActionDelete:hover { background: #FFe7ec; } - -a.butActionDelete:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.butActionDelete:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.butActionDelete:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.butActionDelete:hover { font: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butActionDelete:link { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butActionDelete:active { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butActionDelete:visited { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butActionDelete:hover { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } /* @@ -465,15 +471,15 @@ a.butActionDelete:hover { font: helvetica, verdana, arial, sans-serif; backgro * A supprimer quand remplace par butXxx */ -a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.tabAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.tabAction:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.tabAction:hover { font: helvetica, verdana, arial, sans-serif; background: #dee7ec; border: 1px solid #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } - -a.butDelete:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.butDelete:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.butDelete:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.butDelete:hover { font: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.tabAction:link { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.tabAction:visited { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.tabAction:active { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.tabAction:hover { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: #dee7ec; border: 1px solid #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } + +a.butDelete:link { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butDelete:active { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butDelete:visited { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butDelete:hover { font: 12px helvetica, verdana, arial, sans-serif; font-weight: bold; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } /* @@ -677,9 +683,8 @@ a.impayee:hover { font-weight: bold; color: #550000; } - /* - * ??? + * Lignes titre espace */ div.titre { font: helvetica, verdana, arial, sans-serif; @@ -687,12 +692,6 @@ div.titre { color: #336666; text-decoration: none } -div.FicheSubmit { - margin: 1.0em; - padding: 0em 0em; - text-align: center; -} - /* * Widgets standard @@ -719,15 +718,10 @@ textarea margin: 0em 0em 0em 0em; } -td.valeur -{ - color: #001122; -} -td.delete { - background: red; - font-weight: bold; - } +/* + * Formulaire confirmation + */ td.validtitle { font-weight: bold; @@ -737,6 +731,7 @@ td.valid { background: #EECC55; } + td.small { font-size: 10px; } diff --git a/htdocs/theme/eldy/img/login_background.png b/htdocs/theme/eldy/img/login_background.png new file mode 100644 index 00000000000..b264649fcbc Binary files /dev/null and b/htdocs/theme/eldy/img/login_background.png differ diff --git a/htdocs/theme/eldy/img/login_logo.png b/htdocs/theme/eldy/img/login_logo.png new file mode 100644 index 00000000000..2337863c340 Binary files /dev/null and b/htdocs/theme/eldy/img/login_logo.png differ diff --git a/htdocs/theme/login_background.png b/htdocs/theme/login_background.png new file mode 100644 index 00000000000..b264649fcbc Binary files /dev/null and b/htdocs/theme/login_background.png differ diff --git a/htdocs/theme/login_logo.png b/htdocs/theme/login_logo.png new file mode 100644 index 00000000000..2337863c340 Binary files /dev/null and b/htdocs/theme/login_logo.png differ