diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php
index 77ac39628e3..48f9a089747 100644
--- a/htdocs/adherents/class/adherent.class.php
+++ b/htdocs/adherents/class/adherent.class.php
@@ -116,8 +116,9 @@ class Adherent extends CommonObject
/**
- * Adherent
- * @param DB base de donnees
+ * Constructor
+ *
+ * @param DoliDB $DB Database handler
*/
function Adherent($DB)
{
diff --git a/htdocs/adherents/class/adherent_type.class.php b/htdocs/adherents/class/adherent_type.class.php
index 782949a2f92..3793be3b38d 100644
--- a/htdocs/adherents/class/adherent_type.class.php
+++ b/htdocs/adherents/class/adherent_type.class.php
@@ -49,8 +49,9 @@ class AdherentType extends CommonObject
/**
- * \brief AdherentType
- * \param DB handler acces base de donnees
+ * Constructor
+ *
+ * @param DoliDB $DB Database handler
*/
function AdherentType($DB)
{
@@ -194,6 +195,7 @@ class AdherentType extends CommonObject
/**
* Return list of members' type
+ *
* @return array List of types of members
*/
function liste_array()
@@ -233,11 +235,12 @@ class AdherentType extends CommonObject
/**
- * \brief Renvoie nom clicable (avec eventuellement le picto)
- * \param withpicto 0=Pas de picto, 1=Inclut le picto dans le lien, 2=Picto seul
- * \param maxlen length max libelle
- * \param option Page lien
- * \return string Chaine avec URL
+ * Renvoie nom clicable (avec eventuellement le picto)
+ *
+ * @param withpicto 0=Pas de picto, 1=Inclut le picto dans le lien, 2=Picto seul
+ * @param maxlen length max libelle
+ * @param option Page lien
+ * @return string Chaine avec URL
*/
function getNomUrl($withpicto=0,$maxlen=0)
{
@@ -260,6 +263,7 @@ class AdherentType extends CommonObject
/**
* getMailOnValid
+ *
* @return Return mail model
*/
function getMailOnValid()
@@ -278,6 +282,7 @@ class AdherentType extends CommonObject
/**
* getMailOnSubscription
+ *
* @return Return mail model
*/
function getMailOnSubscription()
@@ -296,6 +301,7 @@ class AdherentType extends CommonObject
/**
* getMailOnResiliate
+ *
* @return Return mail model
*/
function getMailOnResiliate()
diff --git a/htdocs/adherents/class/adherentstats.class.php b/htdocs/adherents/class/adherentstats.class.php
index 6ad16b59fdb..5ea122c80d3 100755
--- a/htdocs/adherents/class/adherentstats.class.php
+++ b/htdocs/adherents/class/adherentstats.class.php
@@ -45,12 +45,12 @@ class AdherentStats extends Stats
/**
- * Constructor
+ * Constructor
*
- * @param $DB Database handler
- * @param $socid Id third party
- * @param $userid Id user for filter
- * @return AdherentStats
+ * @param DoliDB $DB Database handler
+ * @param int $socid Id third party
+ * @param int $userid Id user for filter
+ * @return AdherentStats
*/
function AdherentStats($DB, $socid=0, $userid=0)
{
diff --git a/htdocs/adherents/class/cotisation.class.php b/htdocs/adherents/class/cotisation.class.php
index 7ce4ca1d80d..75c7749e465 100644
--- a/htdocs/adherents/class/cotisation.class.php
+++ b/htdocs/adherents/class/cotisation.class.php
@@ -49,8 +49,9 @@ class Cotisation extends CommonObject
/**
- * \brief Constructor
- * \param DB Handler base de donnees
+ * Constructor
+ *
+ * @param DoliDB $DB Database handler
*/
function Cotisation($DB)
{
@@ -59,9 +60,10 @@ class Cotisation extends CommonObject
/**
- * \brief Fonction qui permet de creer la cotisation
- * \param userid userid de celui qui insere
- * \return int <0 si KO, Id cotisation cree si OK
+ * Fonction qui permet de creer la cotisation
+ *
+ * @param userid userid de celui qui insere
+ * @return int <0 si KO, Id cotisation cree si OK
*/
function create($userid)
{
@@ -95,9 +97,10 @@ class Cotisation extends CommonObject
/**
- * \brief Fonction qui permet de recuperer une cotisation
- * \param rowid Id cotisation
- * \return int <0 si KO, =0 si OK mais non trouve, >0 si OK
+ * Fonction qui permet de recuperer une cotisation
+ *
+ * @param rowid Id cotisation
+ * @return int <0 si KO, =0 si OK mais non trouve, >0 si OK
*/
function fetch($rowid)
{
@@ -144,10 +147,11 @@ class Cotisation extends CommonObject
/**
- * \brief Met a jour en base la cotisation
- * \param user Objet user qui met a jour
- * \param notrigger 0=Desactive les triggers
- * \param int <0 if KO, >0 if OK
+ * Met a jour en base la cotisation
+ *
+ * @param user Objet user qui met a jour
+ * @param notrigger 0=Desactive les triggers
+ * @param int <0 if KO, >0 if OK
*/
function update($user,$notrigger=0)
{
@@ -184,9 +188,10 @@ class Cotisation extends CommonObject
}
/**
- * \brief Delete a subscription
- * \param rowid Id cotisation
- * \return int <0 si KO, 0 si OK mais non trouve, >0 si OK
+ * Delete a subscription
+ *
+ * @param rowid Id cotisation
+ * @return int <0 si KO, 0 si OK mais non trouve, >0 si OK
*/
function delete($user)
{
@@ -250,9 +255,10 @@ class Cotisation extends CommonObject
/**
- * \brief Renvoie nom clicable (avec eventuellement le picto)
- * \param withpicto 0=Pas de picto, 1=Inclut le picto dans le lien, 2=Picto seul
- * \return string Chaine avec URL
+ * Renvoie nom clicable (avec eventuellement le picto)
+ *
+ * @param withpicto 0=Pas de picto, 1=Inclut le picto dans le lien, 2=Picto seul
+ * @return string Chaine avec URL
*/
function getNomUrl($withpicto=0)
{
@@ -274,8 +280,9 @@ class Cotisation extends CommonObject
/**
- * \brief Charge les informations d'ordre info dans l'objet cotisation
- * \param id Id adhesion a charger
+ * Charge les informations d'ordre info dans l'objet cotisation
+ *
+ * @param id Id adhesion a charger
*/
function info($id)
{
diff --git a/htdocs/adherents/stats/geo.php b/htdocs/adherents/stats/geo.php
index fc7e09f60b6..5ac68ded510 100755
--- a/htdocs/adherents/stats/geo.php
+++ b/htdocs/adherents/stats/geo.php
@@ -168,7 +168,7 @@ dol_fiche_head($head, $tab, $langs->trans("Statistics"), 0, 'user');
// Print title
-if ($mode && ! sizeof($data))
+if ($mode && ! count($data))
{
print $langs->trans("NoValidatedMemberYet").'
';
print '
';
@@ -202,7 +202,7 @@ if ($mode == 'memberbycountry')
print "function drawMap() {\n\tvar data = new google.visualization.DataTable();\n";
// Get the total number of rows
- print "\tdata.addRows(".sizeof($data).");\n";
+ print "\tdata.addRows(".count($data).");\n";
print "\tdata.addColumn('string', 'Country');\n";
print "\tdata.addColumn('number', 'Number');\n";
diff --git a/htdocs/admin/menus/edit.php b/htdocs/admin/menus/edit.php
index d9487e658de..df5d7c740f3 100644
--- a/htdocs/admin/menus/edit.php
+++ b/htdocs/admin/menus/edit.php
@@ -261,7 +261,7 @@ if ($action == 'create')
if ($res)
{
- while ($menu = $db->fetch_array ($res))
+ while ($menu = $db->fetch_array($res))
{
$parent_rowid = $menu['rowid'];
$parent_mainmenu = $menu['mainmenu'];
diff --git a/htdocs/admin/menus/index.php b/htdocs/admin/menus/index.php
index 9a72df931d8..c21503b15d2 100644
--- a/htdocs/admin/menus/index.php
+++ b/htdocs/admin/menus/index.php
@@ -300,7 +300,7 @@ if ($conf->use_javascript_ajax)
$num = $db->num_rows($res);
$i = 1;
- while ($menu = $db->fetch_array ($res))
+ while ($menu = $db->fetch_array($res))
{
if (! empty($menu['langs'])) $langs->load($menu['langs']);
$titre = $langs->trans($menu['titre']);
diff --git a/htdocs/admin/menus/menu.js.php b/htdocs/admin/menus/menu.js.php
index 89a04a11dee..8526569f1fc 100644
--- a/htdocs/admin/menus/menu.js.php
+++ b/htdocs/admin/menus/menu.js.php
@@ -32,7 +32,7 @@ if (! defined('NOREQUIREMENU')) define('NOREQUIREMENU',1);
if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML',1);
if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1');
-session_cache_limiter( FALSE );
+session_cache_limiter(FALSE);
require_once("../../master.inc.php");
require_once(DOL_DOCUMENT_ROOT."/lib/functions.lib.php");
diff --git a/htdocs/admin/notification.php b/htdocs/admin/notification.php
index 150122461e7..58617e87df4 100644
--- a/htdocs/admin/notification.php
+++ b/htdocs/admin/notification.php
@@ -27,6 +27,7 @@ require_once(DOL_DOCUMENT_ROOT."/lib/admin.lib.php");
require_once(DOL_DOCUMENT_ROOT."/includes/triggers/interface_modNotification_Notification.class.php");
$langs->load("admin");
+$langs->load("mails");
// Security check
if (!$user->admin)
@@ -63,7 +64,7 @@ print_fiche_titre($langs->trans("NotificationSetup"),$linkback,'setup');
print $langs->trans("NotificationsDesc").'
';
-if ($mesg) print $mesg.'
';
+dol_htmloutput_mesg($mesg);
print '
';
+ print '
';
+ dol_htmloutput_mesg($mesg);
- // List of active notifications
- print_fiche_titre($langs->trans("ListOfActiveNotifications"),'','');
- $var=true;
+ // List of active notifications
+ print_fiche_titre($langs->trans("ListOfActiveNotifications"),'','');
+ $var=true;
- // Line with titles
- print '';
- print '';
- print_liste_field_titre($langs->trans("Contact"),"fiche.php","c.name",'',$param,'"width="45%"',$sortfield,$sortorder);
- print_liste_field_titre($langs->trans("Action"),"fiche.php","a.titre",'',$param,'"width="35%"',$sortfield,$sortorder);
+ // Line with titles
+ print '';
+ print '';
+ print_liste_field_titre($langs->trans("Contact"),"fiche.php","c.name",'',$param,'"width="45%"',$sortfield,$sortorder);
+ print_liste_field_titre($langs->trans("Action"),"fiche.php","a.titre",'',$param,'"width="35%"',$sortfield,$sortorder);
print_liste_field_titre($langs->trans("Type"),"fiche.php","",'',$param,'"width="10%"',$sortfield,$sortorder);
- print_liste_field_titre('','','');
- print '
';
+ print_liste_field_titre('','','');
+ print '';
- // List of notifications for contacts
- $sql = "SELECT n.rowid, n.type,";
- $sql.= " a.code, a.label,";
+ // List of notifications for contacts
+ $sql = "SELECT n.rowid, n.type,";
+ $sql.= " a.code, a.label,";
$sql.= " c.rowid as contactid, c.name, c.firstname, c.email";
- $sql.= " FROM ".MAIN_DB_PREFIX."c_action_trigger as a,";
- $sql.= " ".MAIN_DB_PREFIX."notify_def as n,";
- $sql.= " ".MAIN_DB_PREFIX."socpeople c";
- $sql.= " WHERE a.rowid = n.fk_action";
- $sql.= " AND c.rowid = n.fk_contact";
- $sql.= " AND c.fk_soc = ".$soc->id;
+ $sql.= " FROM ".MAIN_DB_PREFIX."c_action_trigger as a,";
+ $sql.= " ".MAIN_DB_PREFIX."notify_def as n,";
+ $sql.= " ".MAIN_DB_PREFIX."socpeople c";
+ $sql.= " WHERE a.rowid = n.fk_action";
+ $sql.= " AND c.rowid = n.fk_contact";
+ $sql.= " AND c.fk_soc = ".$object->id;
- $resql=$db->query($sql);
- if ($resql)
- {
- $num = $db->num_rows($resql);
- $i = 0;
+ $resql=$db->query($sql);
+ if ($resql)
+ {
+ $num = $db->num_rows($resql);
+ $i = 0;
- $contactstatic=new Contact($db);
+ $contactstatic=new Contact($db);
- while ($i < $num)
- {
- $var = !$var;
+ while ($i < $num)
+ {
+ $var = !$var;
- $obj = $db->fetch_object($resql);
+ $obj = $db->fetch_object($resql);
- $contactstatic->id=$obj->contactid;
- $contactstatic->name=$obj->name;
- $contactstatic->firstname=$obj->firstname;
- print '| '.$contactstatic->getNomUrl(1);
- if ($obj->type == 'email')
- {
- if (isValidEmail($obj->email))
- {
- print ' <'.$obj->email.'>';
- }
- else
- {
- $langs->load("errors");
- print ' '.img_warning().' '.$langs->trans("ErrorBadEMail",$obj->email);
- }
- }
- print ' | ';
- print '';
- $label=($langs->trans("Notify_".$obj->code)!="Notify_".$obj->code?$langs->trans("Notify_".$obj->code):$obj->label);
- print $label;
- print ' | ';
+ $contactstatic->id=$obj->contactid;
+ $contactstatic->name=$obj->name;
+ $contactstatic->firstname=$obj->firstname;
+ print '
| '.$contactstatic->getNomUrl(1);
+ if ($obj->type == 'email')
+ {
+ if (isValidEmail($obj->email))
+ {
+ print ' <'.$obj->email.'>';
+ }
+ else
+ {
+ $langs->load("errors");
+ print ' '.img_warning().' '.$langs->trans("ErrorBadEMail",$obj->email);
+ }
+ }
+ print ' | ';
+ print '';
+ $label=($langs->trans("Notify_".$obj->code)!="Notify_".$obj->code?$langs->trans("Notify_".$obj->code):$obj->label);
+ print $label;
+ print ' | ';
print '';
if ($obj->type == 'email') print $langs->trans("Email");
if ($obj->type == 'sms') print $langs->trans("SMS");
print ' | ';
print ''.img_delete().' | ';
- print '
';
- $i++;
- }
- $db->free($resql);
- }
- else
- {
- dol_print_error($db);
- }
+ print '';
+ $i++;
+ }
+ $db->free($resql);
+ }
+ else
+ {
+ dol_print_error($db);
+ }
- print '
';
- print '
';
+ print '
';
+ print '
';
- // List of notifications done
- print_fiche_titre($langs->trans("ListOfNotificationsDone"),'','');
- $var=true;
+ // List of notifications done
+ print_fiche_titre($langs->trans("ListOfNotificationsDone"),'','');
+ $var=true;
- // Line with titles
- print '';
- print '';
- print_liste_field_titre($langs->trans("Contact"),"fiche.php","c.name",'',"&socid=$socid",'',$sortfield,$sortorder);
- print_liste_field_titre($langs->trans("Action"),"fiche.php","a.titre",'',"&socid=$socid",'',$sortfield,$sortorder);
- print_liste_field_titre($langs->trans("Date"),"fiche.php","a.titre",'',"&socid=$socid",'align="right"',$sortfield,$sortorder);
- print '
';
+ // Line with titles
+ print '';
+ print '';
+ print_liste_field_titre($langs->trans("Contact"),"fiche.php","c.name",'',$param,'',$sortfield,$sortorder);
+ print_liste_field_titre($langs->trans("Action"),"fiche.php","a.titre",'',$param,'',$sortfield,$sortorder);
+ print_liste_field_titre($langs->trans("Date"),"fiche.php","a.daten",'',$param,'align="right"',$sortfield,$sortorder);
+ print '
';
- // List
- $sql = "SELECT n.rowid, n.daten, n.email, n.objet_type, n.objet_id,";
- $sql.= " c.rowid as id, c.name, c.firstname, c.email,";
- $sql.= " a.code, a.label";
- $sql.= " FROM ".MAIN_DB_PREFIX."c_action_trigger as a,";
- $sql.= " ".MAIN_DB_PREFIX."notify as n, ";
+ // List
+ $sql = "SELECT n.rowid, n.daten, n.email, n.objet_type, n.objet_id,";
+ $sql.= " c.rowid as id, c.name, c.firstname, c.email,";
+ $sql.= " a.code, a.label";
+ $sql.= " FROM ".MAIN_DB_PREFIX."c_action_trigger as a,";
+ $sql.= " ".MAIN_DB_PREFIX."notify as n, ";
$sql.= " ".MAIN_DB_PREFIX."socpeople as c";
$sql.= " WHERE a.rowid = n.fk_action";
$sql.= " AND c.rowid = n.fk_contact";
- $sql.= " AND c.fk_soc = ".$soc->id;
+ $sql.= " AND c.fk_soc = ".$object->id;
- $resql=$db->query($sql);
- if ($resql)
- {
- $num = $db->num_rows($resql);
- $i = 0;
+ $resql=$db->query($sql);
+ if ($resql)
+ {
+ $num = $db->num_rows($resql);
+ $i = 0;
- $contactstatic=new Contact($db);
+ $contactstatic=new Contact($db);
- while ($i < $num)
- {
- $var = !$var;
+ while ($i < $num)
+ {
+ $var = !$var;
- $obj = $db->fetch_object($resql);
+ $obj = $db->fetch_object($resql);
- $contactstatic->id=$obj->id;
- $contactstatic->name=$obj->name;
- $contactstatic->firstname=$obj->firstname;
- print '| '.$contactstatic->getNomUrl(1);
- print $obj->email?' <'.$obj->email.'>':$langs->trans("NoMail");
- print ' | ';
- print '';
- $label=($langs->trans("Notify_".$obj->code)!="Notify_".$obj->code?$langs->trans("Notify_".$obj->code):$obj->label);
- print $label;
- print ' | ';
- // TODO Add link to object here
- // print
- print''.dol_print_date($db->jdate($obj->daten), 'dayhour').' | ';
- print '
';
- $i++;
- }
- $db->free($resql);
- }
- else
- {
- dol_print_error($db);
- }
+ $contactstatic->id=$obj->id;
+ $contactstatic->name=$obj->name;
+ $contactstatic->firstname=$obj->firstname;
+ print '| '.$contactstatic->getNomUrl(1);
+ print $obj->email?' <'.$obj->email.'>':$langs->trans("NoMail");
+ print ' | ';
+ print '';
+ $label=($langs->trans("Notify_".$obj->code)!="Notify_".$obj->code?$langs->trans("Notify_".$obj->code):$obj->label);
+ print $label;
+ print ' | ';
+ // TODO Add link to object here
+ // print
+ print''.dol_print_date($db->jdate($obj->daten), 'dayhour').' | ';
+ print '
';
+ $i++;
+ }
+ $db->free($resql);
+ }
+ else
+ {
+ dol_print_error($db);
+ }
- print '
';
+ print '
';
}
+else dol_print_error('','RecordNotFound');
$db->close();
diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php
index e8c7b805f8f..fb0d19d721c 100644
--- a/htdocs/theme/auguria/style.css.php
+++ b/htdocs/theme/auguria/style.css.php
@@ -1200,64 +1200,68 @@ padding: 0px 0px;
/* For lists */
table.liste {
-width: 100%;
-border-collapse: collapse;
-border-top-color: #FEFEFE;
+ width: 100%;
+ border-collapse: collapse;
+ border-top-color: #FEFEFE;
-border-left-width: 1px;
-border-left-color: #BBBBBB;
-border-left-style: solid;
+ border-left-width: 1px;
+ border-left-color: #BBBBBB;
+ border-left-style: solid;
-border-right-width: 1px;
-border-right-color: #BBBBBB;
-border-right-style: solid;
+ border-right-width: 1px;
+ border-right-color: #BBBBBB;
+ border-right-style: solid;
-border-bottom-width: 1px;
-border-bottom-color: #BBBBBB;
-border-bottom-style: solid;
+ border-bottom-width: 1px;
+ border-bottom-color: #BBBBBB;
+ border-bottom-style: solid;
-margin-bottom: 2px;
-margin-top: 0px;
+ margin-bottom: 2px;
+ margin-top: 0px;
--moz-box-shadow: 4px 4px 4px #CCC;
--webkit-box-shadow: 4px 4px 4px #CCC;
-box-shadow: 4px 4px 4px #CCC;
+ -moz-box-shadow: 4px 4px 4px #CCC;
+ -webkit-box-shadow: 4px 4px 4px #CCC;
+ box-shadow: 4px 4px 4px #CCC;
}
table.liste td {
-padding-right: 2px;
+ padding-right: 2px;
}
-tr.liste_titre {
-height: 24px;
-background: #7699A9;
-background-image: url();
-background-repeat: repeat-x;
-color: #FFFFFF;
-font-family: ;
-/* border-bottom: 1px solid #FDFFFF; */
-white-space: nowrap;
-}
-td.liste_titre {
-background: #7699A9;
-background-image: url();
-background-repeat: repeat-x;
-color: #FFFFFF;
-font-family: ;
-font-weight: normal;
-/* border-bottom: 1px solid #FDFFFF; */
-white-space: nowrap;
-}
-td.liste_titre_sel
+tr.liste_titre
{
-background: #7699A9;
-background-image: url();
-background-repeat: repeat-x;
-color: #FFFFFF;
-font-family: ;
-font-weight: normal;
-/* text-decoration: underline; */
-/* border-bottom: 1px solid #FDFFFF; */
-white-space: nowrap;
+ height: 24px;
+ background: #7699A9;
+ background-image: url();
+ background-repeat: repeat-x;
+ color: #FFFFFF;
+ font-family: ;
+ /* border-bottom: 1px solid #FDFFFF; */
+ white-space: nowrap;
+}
+th.liste_titre, td.liste_titre
+{
+ background: #7699A9;
+ background-image: url();
+ background-repeat: repeat-x;
+ color: #FFFFFF;
+ font-family: ;
+ font-weight: normal;
+ /* border-bottom: 1px solid #FDFFFF; */
+ white-space: nowrap;
+ text-align: ;
+}
+th.liste_titre_sel, td.liste_titre_sel
+{
+ background: #7699A9;
+ background-image: url();
+ background-repeat: repeat-x;
+ color: #FFFFFF;
+ font-family: ;
+ font-weight: normal;
+ /* text-decoration: underline; */
+ /* border-bottom: 1px solid #FDFFFF; */
+ white-space: nowrap;
+ text-align: ;
}
input.liste_titre {
background: transparent;
@@ -1274,19 +1278,6 @@ font-weight: normal;
white-space: nowrap;
}
-th {
-/* background: #7699A9; */
-background: #91ABB3;
-color: #334444;
-font-family: ;
-font-weight: bold;
-border-left: 1px solid #FFFFFF;
-border-right: 1px solid #FFFFFF;
-border-top: 1px solid #FFFFFF;
-border-bottom: 1px solid #FFFFFF;
-white-space: nowrap;
-}
-
.impair {
/* background: #d0d4d7; */
background: #eaeaea;
diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php
index 4aa1e974344..7312b757d11 100644
--- a/htdocs/theme/bureau2crea/style.css.php
+++ b/htdocs/theme/bureau2crea/style.css.php
@@ -1402,8 +1402,8 @@ tr.liste_titre:first-child {
background-position: top right;
}
-td.liste_titre_sel,
-tr.liste_titre:first-child td {
+th.liste_titre_sel, td.liste_titre_sel,
+tr.liste_titre:first-child td {
color: #FFFFFF !important;
}
@@ -1430,7 +1430,8 @@ tr.liste_titre td {
background: none !important;
}
-td.liste_titre {
+th.liste_titre, td.liste_titre
+{
background-repeat: repeat-x;
color: #333333;
font-family: ;
@@ -1438,6 +1439,7 @@ td.liste_titre {
white-space: nowrap;
background-image: none;
background: none;
+ text-align: ;
}
/*tr.liste_titre select.flat {
@@ -1453,7 +1455,8 @@ tr.liste_titre input.button {
/*margin: 30px 10px 10px 0px;*/
}
-td.liste_titre_sel {
+th.liste_titre_sel, td.liste_titre_sel
+{
background: #505050;
background-repeat: repeat-x;
color: #FFFFFF;
@@ -1462,6 +1465,7 @@ td.liste_titre_sel {
/* text-decoration: underline; */
/* border-bottom: 1px solid #FDFFFF; */
white-space: nowrap;
+ text-align: ;
}
input.liste_titre {
@@ -1481,19 +1485,6 @@ white-space: nowrap;
padding: 5px;
}
-th {
-/* background: #7699A9; */
-background: #91ABB3;
-color: #334444;
-font-family: ;
-font-weight: bold;
-border-left: 1px solid #FFFFFF;
-border-right: 1px solid #FFFFFF;
-border-top: 1px solid #FFFFFF;
-border-bottom: 1px solid #FFFFFF;
-white-space: nowrap;
-}
-
.impair {
/* background: #d0d4d7; */
background: #eaeaea;
@@ -2221,7 +2212,7 @@ a.cke_dialog_ui_button
margin-left: -240px;
margin-bottom: 30px;
}
-
+
div#infoVersion {
position: relative;
width: 100%;
@@ -2231,14 +2222,14 @@ div#infoVersion {
font-size: 10px;
background-color: #D6D6D6;
}
-
+
div#logoBox {
position: relative;
width: 100%;
height: auto;
margin-top: 30px;
}
-
+
div#parameterBox {
position: relative;
width: 100%;
@@ -2249,14 +2240,14 @@ div#parameterBox {
background-repeat: no-repeat;
background-position: top center;
}
-
+
div#parameterBox div {
width: 100%;
height: 20px;
position: relative;
line-height: 20px;
}
-
+
div#parameterBox div label {
width: 190px;
text-align: right;
@@ -2264,7 +2255,7 @@ div#parameterBox div label {
float: left;
margin-right: 10px;
}
-
+
div#parameterBox div input[type="text"],
div#parameterBox div input[type="password"] {
width: 180px;
@@ -2272,12 +2263,12 @@ div#parameterBox div input[type="password"] {
font-size: 10px;
margin-top: 2px;
}
-
+
div#connectionLine {
margin: 10px 0px;
text-align: center;
}
-
+
div#logBox {
margin-top: 25px;
}
@@ -2285,7 +2276,7 @@ margin-top: 25px;
div.captchaBox {
margin-top: 10px;
}
-
+
div.captchaImg {
margin-bottom: 10px;
margin-top: 5px;
@@ -2295,7 +2286,7 @@ div.captchaImg {
img#captcha {
margin-left: 200px;
}
-
+
div#infoLogin {
width: 100%;
height: auto;
@@ -2314,11 +2305,11 @@ div.other {
left: 50%;
margin-left: -240px;
}
-
+
form.listactionsfilter img {
display: none;
}
-
+
form.listactionsfilter input[type="submit"] {
margin: 2px 0px;
}
diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php
index 4af783fde2d..42f43efc8c8 100644
--- a/htdocs/theme/cameleo/style.css.php
+++ b/htdocs/theme/cameleo/style.css.php
@@ -1339,30 +1339,31 @@ table.liste td {
}
tr.liste_titre {
-height: 20px;
-color: #842F00;
-font-weight: bold;
-font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
-/*border-bottom: 1px solid #FDFFFF;*/
-border-radius: 8px;
-line-height: 18px;
-padding-left: 10px;
-padding-right: 10px;
-white-space: nowrap;
+ height: 20px;
+ color: #842F00;
+ font-weight: bold;
+ font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
+ /*border-bottom: 1px solid #FDFFFF;*/
+ border-radius: 8px;
+ line-height: 18px;
+ padding-left: 10px;
+ padding-right: 10px;
+ white-space: nowrap;
}
-
-tr.liste_titre td {
- padding-left: 6px;
- padding-right: 6px;
- /*vertical-align: text-top;*/
-}
-
-td.liste_titre_sel
+th.liste_titre, td.liste_titre
{
-background-position: top right;
-color: #A51B00;
-font-weight: bold;
-white-space: nowrap;
+ padding-left: 6px;
+ padding-right: 6px;
+ /*vertical-align: text-top;*/
+ text-align: ;
+}
+th.liste_titre_sel, td.liste_titre_sel
+{
+ background-position: top right;
+ color: #A51B00;
+ font-weight: bold;
+ white-space: nowrap;
+ text-align: ;
}
input.liste_titre {
@@ -1383,19 +1384,6 @@ font-weight: normal;
white-space: nowrap;
}
-th {
-/* background: #7699A9; */
-background: #91ABB3;
-color: #334444;
-font-family: ;
-font-weight: bold;
-border-left: 1px solid #FFFFFF;
-border-right: 1px solid #FFFFFF;
-border-top: 1px solid #FFFFFF;
-border-bottom: 1px solid #FFFFFF;
-white-space: nowrap;
-}
-
.impair {
/* background: #d0d4d7; */
background: #eaeaea;
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 9de61eaaa77..58e2ced4c1e 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -228,12 +228,12 @@ div.fichecenter {
div.fichethirdleft {
browser->phone)) { print "float: ".$left.";\n"; } ?>
browser->phone)) { print "width: 35%;\n"; } ?>
- browser->phone)) { print "padding-bottom: 6px;\n"; } ?>
+ browser->phone)) { print "padding-bottom: 6px;\n"; } ?>
}
div.fichetwothirdright {
browser->phone)) { print "float: ".$left.";\n"; } ?>
browser->phone)) { print "width: 65%;\n"; } ?>
- browser->phone)) { print "padding-bottom: 6px\n"; } ?>
+ browser->phone)) { print "padding-bottom: 6px\n"; } ?>
}
div.fichehalfleft {
browser->phone)) { print "float: ".$left.";\n"; } ?>
@@ -1222,59 +1222,63 @@ padding: 0px 0px;
/* For lists */
table.liste {
-width: 100%;
-border-collapse: collapse;
-border-top-color: #FEFEFE;
+ width: 100%;
+ border-collapse: collapse;
+ border-top-color: #FEFEFE;
-border-right-width: 1px;
-border-right-color: #BBBBBB;
-border-right-style: solid;
+ border-right-width: 1px;
+ border-right-color: #BBBBBB;
+ border-right-style: solid;
-border-bottom-width: 1px;
-border-bottom-color: #BBBBBB;
-border-bottom-style: solid;
+ border-bottom-width: 1px;
+ border-bottom-color: #BBBBBB;
+ border-bottom-style: solid;
-margin-bottom: 2px;
-margin-top: 0px;
+ margin-bottom: 2px;
+ margin-top: 0px;
--moz-box-shadow: 4px 4px 4px #CCC;
--webkit-box-shadow: 4px 4px 4px #CCC;
-box-shadow: 4px 4px 4px #CCC;
+ -moz-box-shadow: 4px 4px 4px #CCC;
+ -webkit-box-shadow: 4px 4px 4px #CCC;
+ box-shadow: 4px 4px 4px #CCC;
}
table.liste td {
-padding-right: 2px;
+ padding-right: 2px;
}
-tr.liste_titre {
-height: 20px !important;
-background: #7699A9;
-background-image: url();
-background-repeat: repeat-x;
-color: #334444;
-font-family: ;
-border-bottom: 1px solid #FDFFFF;
-white-space: nowrap;
-}
-td.liste_titre {
-background: #7699A9;
-background-image: url();
-background-repeat: repeat-x;
-color: #334444;
-font-family: ;
-font-weight: normal;
-border-bottom: 1px solid #FDFFFF;
-white-space: nowrap;
-}
-td.liste_titre_sel
+tr.liste_titre
{
-background: #7699A9;
-background-image: url();
-background-repeat: repeat-x;
-color: #F5FFFF;
-font-family: ;
-font-weight: normal;
-border-bottom: 1px solid #FDFFFF;
-white-space: nowrap;
+ height: 20px !important;
+ background: #7699A9;
+ background-image: url();
+ background-repeat: repeat-x;
+ color: #334444;
+ font-family: ;
+ border-bottom: 1px solid #FDFFFF;
+ white-space: nowrap;
+}
+th.liste_titre, td.liste_titre
+{
+ background: #7699A9;
+ background-image: url();
+ background-repeat: repeat-x;
+ color: #334444;
+ font-family: ;
+ font-weight: normal;
+ border-bottom: 1px solid #FDFFFF;
+ white-space: nowrap;
+ text-align: ;
+}
+th.liste_titre_sel, td.liste_titre_sel
+{
+ background: #7699A9;
+ background-image: url();
+ background-repeat: repeat-x;
+ color: #F5FFFF;
+ font-family: ;
+ font-weight: normal;
+ border-bottom: 1px solid #FDFFFF;
+ white-space: nowrap;
+ text-align: ;
}
input.liste_titre {
background: #7699A9;
@@ -1292,18 +1296,6 @@ font-weight: normal;
white-space: nowrap;
}
-th {
-/* background: #7699A9; */
-background: #91ABB3;
-color: #334444;
-font-family: ;
-font-weight: bold;
-border-left: 1px solid #FFFFFF;
-border-right: 1px solid #FFFFFF;
-border-top: 1px solid #FFFFFF;
-border-bottom: 1px solid #FFFFFF;
-white-space: nowrap;
-}
.impair {
/* background: #d0d4d7; */
diff --git a/htdocs/theme/phones/smartphone/theme/default/default.css.php b/htdocs/theme/phones/smartphone/theme/default/default.css.php
index 89048687034..4145de0a326 100644
--- a/htdocs/theme/phones/smartphone/theme/default/default.css.php
+++ b/htdocs/theme/phones/smartphone/theme/default/default.css.php
@@ -316,33 +316,37 @@ padding: 0px 0px;
-tr.liste_titre {
-height: 24px;
-background: -moz-linear-gradient(center top , #81A8CE, #5E87B0) repeat scroll 0 0 #5E87B0;
-border: 1px solid #456F9A;
-color: #FFFFFF;
-font-family: ;
-/* border-bottom: 1px solid #FDFFFF; */
-white-space: nowrap;
-}
-td.liste_titre {
-background: -moz-linear-gradient(center top , #81A8CE, #5E87B0) repeat scroll 0 0 #5E87B0;
-border: 1px solid #456F9A;
-color: #FFFFFF;
-font-family: ;
-font-weight: normal;
-/* border-bottom: 1px solid #FDFFFF; */
-white-space: nowrap;
-}
-td.liste_titre_sel
+tr.liste_titre
{
-background: -moz-linear-gradient(center top , #81A8CE, #5E87B0) repeat scroll 0 0 #5E87B0;
-color: #FFFFFF;
-font-family: ;
-font-weight: normal;
-/* text-decoration: underline; */
-/* border-bottom: 1px solid #FDFFFF; */
-white-space: nowrap;
+ height: 24px;
+ background: -moz-linear-gradient(center top , #81A8CE, #5E87B0) repeat scroll 0 0 #5E87B0;
+ border: 1px solid #456F9A;
+ color: #FFFFFF;
+ font-family: ;
+ /* border-bottom: 1px solid #FDFFFF; */
+ white-space: nowrap;
+}
+th.liste_titre, td.liste_titre
+{
+ background: -moz-linear-gradient(center top , #81A8CE, #5E87B0) repeat scroll 0 0 #5E87B0;
+ border: 1px solid #456F9A;
+ color: #FFFFFF;
+ font-family: ;
+ font-weight: normal;
+ /* border-bottom: 1px solid #FDFFFF; */
+ white-space: nowrap;
+ text-align: ;
+}
+th.liste_titre_sel, td.liste_titre_sel
+{
+ background: -moz-linear-gradient(center top , #81A8CE, #5E87B0) repeat scroll 0 0 #5E87B0;
+ color: #FFFFFF;
+ font-family: ;
+ font-weight: normal;
+ /* text-decoration: underline; */
+ /* border-bottom: 1px solid #FDFFFF; */
+ white-space: nowrap;
+ text-align: ;
}
input.liste_titre {
background: transparent;