Minor Formatting
This commit is contained in:
parent
f4927793ee
commit
d72a19f9e8
|
@ -64,7 +64,6 @@
|
||||||
<field name="backgroundImage" type="string" length="255" default="NULL" notnull="false"/>
|
<field name="backgroundImage" type="string" length="255" default="NULL" notnull="false"/>
|
||||||
<field name="backgroundThumbnail" type="string" length="255" default="NULL" notnull="false"/>
|
<field name="backgroundThumbnail" type="string" length="255" default="NULL" notnull="false"/>
|
||||||
<field name="ringtone" type="string" length="255" default="NULL" notnull="false"/>
|
<field name="ringtone" type="string" length="255" default="NULL" notnull="false"/>
|
||||||
<field name="name" type="string" length="15" default="" primarykey="true"/>
|
|
||||||
<field name="callhistory_answered_elsewhere" type="string" default="NULL" notnull="false"/>
|
<field name="callhistory_answered_elsewhere" type="string" default="NULL" notnull="false"/>
|
||||||
<field name="_hwlang" type="string" length="12" default="NULL" notnull="false"/>
|
<field name="_hwlang" type="string" length="12" default="NULL" notnull="false"/>
|
||||||
<field name="_loginname" type="string" length="20" default="NULL" notnull="false"/>
|
<field name="_loginname" type="string" length="20" default="NULL" notnull="false"/>
|
||||||
|
|
|
@ -77,5 +77,5 @@ if (!empty($version)) {
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "done<br>\n";
|
echo "done<br>\n";
|
||||||
|
?>
|
||||||
|
|
|
@ -263,13 +263,13 @@
|
||||||
|
|
||||||
function SetColColorFirm(value, row, index) {
|
function SetColColorFirm(value, row, index) {
|
||||||
if (row['validate'].split(';')[0] === 'no') {
|
if (row['validate'].split(';')[0] === 'no') {
|
||||||
return 'No found '+ value;
|
return 'Not found '+ value;
|
||||||
}
|
}
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
function SetColColorTempl(value, row, index) {
|
function SetColColorTempl(value, row, index) {
|
||||||
if (row['validate'].split(';')[1] === 'no') {
|
if (row['validate'].split(';')[1] === 'no') {
|
||||||
return 'No found ' + value ;
|
return 'Not found ' + value ;
|
||||||
}
|
}
|
||||||
return value;
|
return value;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue