* change the reviewedDate.
This commit is contained in:
@@ -103,3 +103,6 @@ DROP TABLE `zt_releation`;
|
||||
-- 20100208 adjust action table.
|
||||
ALTER TABLE `zt_action` ADD `extra` VARCHAR( 255 ) NOT NULL AFTER `id`;
|
||||
UPDATE zt_action SET extra = substr( ACTION , 13 ) , ACTION = 'Resolved' WHERE ACTION LIKE 'Resolved%';
|
||||
|
||||
--20100210 adjust the reviewedDate
|
||||
ALTER TABLE `zt_story` CHANGE `reviewedDate` `reviewedDate` DATE NOT NULL
|
||||
|
||||
@@ -232,14 +232,14 @@ class html
|
||||
* @access public
|
||||
* @return string the submit button tag.
|
||||
*/
|
||||
public static function submitButton($label = '')
|
||||
public static function submitButton($label = '', $misc = '')
|
||||
{
|
||||
if(empty($label))
|
||||
{
|
||||
global $lang;
|
||||
$label = $lang->save;
|
||||
}
|
||||
return " <input type='submit' id='submit' value='$label' class='button-s' /> ";
|
||||
return " <input type='submit' id='submit' value='$label' class='button-s' $misc /> ";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -69,8 +69,8 @@ caption {border:1px solid #e4e4e4; background:#efefef; margin:0; padding:5
|
||||
.colhead th {text-align:center; background:#efefef;}
|
||||
.rowhead {font-weight:bold; text-align:right; width:100px}
|
||||
.fixed {table-layout:fixed}
|
||||
.nobr {overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
|
||||
.fixed th, .fixed td {overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
|
||||
.nobr {overflow:hidden; white-space:nowrap;}
|
||||
.fixed th, .fixed td {overflow:hidden; white-space:nowrap;}
|
||||
|
||||
.odd {background:#ECF6FC}
|
||||
.even {background:white}
|
||||
@@ -161,6 +161,13 @@ caption {border:1px solid #e4e4e4; background:#efefef; margin:0; padding:5
|
||||
.bg-yellow {background-color:#FBF5C6;}
|
||||
.bg-gray {background-color:#efefef;}
|
||||
|
||||
/*-----------------------COLOR SETTING----------------------------*/
|
||||
.red {color:red;}
|
||||
.blue {color:blue}
|
||||
.yellow {color:yellow;}
|
||||
.gray {color:gray;}
|
||||
.green {color:green;}
|
||||
|
||||
/*-----------------------SPECIAL PART SETTING--------------------*/
|
||||
|
||||
/* <20><EFBFBD><EEB6A5><EFBFBD>ĵ<EFBFBD><C4B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>*/
|
||||
|
||||
Reference in New Issue
Block a user