diff --git a/html/style-color.css b/html/style-color.css index 7d04c08c7..6f88b88a7 100644 --- a/html/style-color.css +++ b/html/style-color.css @@ -540,6 +540,11 @@ a.document:hover { display:block; +} +.input_text_ro { + border:solid 1px blue; + background:lightgrey; + margin:1px; } .input_text { border:groove 1px blue; @@ -839,7 +844,7 @@ a#anchorbutton:hover, .button:hover,a.button:hover,div.content a.button:hover { td.tool { border: solid 1px gray; background-color:white; - + } div.topmenu { width:100%; @@ -1104,7 +1109,7 @@ a.nav:hover,div.content a.nav:hover,div.redcontent a.nav:hover { float:left; width:40em; top:0px; - + } div.foldercontent { diff --git a/html/style-epad.css b/html/style-epad.css index 8c9054456..58beef6dd 100644 --- a/html/style-epad.css +++ b/html/style-epad.css @@ -540,6 +540,11 @@ a.document:hover { display:block; +} +.input_text_ro { + border:solid 1px blue; + background:#EDEDED; + margin:1px; } .input_text { border:groove 1px blue; diff --git a/html/style-light.css b/html/style-light.css index 66211e8f0..f89489818 100644 --- a/html/style-light.css +++ b/html/style-light.css @@ -316,7 +316,7 @@ a.mtitle { text-decoration:none; display:inline; color: blue; - + } a.mtitle:hover { font-size:10px; @@ -535,6 +535,11 @@ a.document:hover { display:block; +} +.input_text_ro { + border:solid 1px blue; + background:#EDEDED; + margin:1px; } .input_text { border:groove 1px blue; @@ -804,7 +809,7 @@ a#anchorbutton, .button, a.button,div.content a.button { color:lightblue; font-weight: bold; border:1px black outset ; - + background-image: url("image/bg-submit5.png"); background-repeat: repeat-x; background-position: left; @@ -820,7 +825,7 @@ background-repeat: repeat-x; margin-left:3px; cursor:pointer; font-size:1.1em; - + } a#anchorbutton:hover, .button:hover,a.button:hover,div.content a.button:hover { cursor:pointer; diff --git a/html/style.css b/html/style.css index 6aed23698..369e31073 100644 --- a/html/style.css +++ b/html/style.css @@ -535,6 +535,11 @@ a.document:hover { display:block; +} +.input_text_ro { + border:solid 1px blue; + background:#EDEDED; + margin:1px; } .input_text { border:groove 1px blue; @@ -832,7 +837,7 @@ a#anchorbutton:hover, .button:hover,a.button:hover,div.content a.button:hover { td.tool { border: solid 1px gray; background-color: white; - + } div.topmenu { margin-top:2px; diff --git a/include/class_itext.php b/include/class_itext.php index 306bc7854..ed138fdbd 100644 --- a/include/class_itext.php +++ b/include/class_itext.php @@ -21,7 +21,7 @@ // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr /*!\file - * \brief Html Input + * \brief Html Input */ require_once('class_html_input.php'); class IText extends HtmlInput @@ -56,8 +56,8 @@ class IText extends HtmlInput 'NAME="'.$this->name.'" VALUE="'.$this->value.'" '. ' style="width:'.$this->css_size.';" '.$this->javascript." $this->extra >"; - } - + } + if ( $this->table == 1 ) $r='