This commit is contained in:
sparkyx 2025-02-02 09:29:32 +01:00
parent 1bb428f2f2
commit b19ce2e7ea
2 changed files with 4 additions and 4 deletions

View file

@ -1394,7 +1394,7 @@ div#jrn_name_div
}
}
/* XL */
@media (min-width: 1200px) {
@media (min-width: 1300px) {
div#jrn_name_div
{
float: right;

View file

@ -450,9 +450,9 @@ function check()
* @brief set the type of a column , it will change in the input db box , the
* select must supply an array of possible values [val=> , label=>] with
* the variable $this->key_name->a_value
* @param $p_key col name
* @param $p_type is "text", "numeric", "date", "select", "timestamp","custom"
* @param $p_array if type is SELECT an array is expected
* @param $p_key string col name
* @param $p_type string is "text", "numeric", "date", "select", "timestamp","custom"
* @param $p_array array if type is SELECT an array is expected
* @note if $p_type is custom then a function named input_custom($p_key,$p_value) must be implemented
* in the class
* @see Manage_Table_SQL:input_custom