|
|
@@ -452,13 +452,13 @@ class SportsfootController extends Controller {
|
|
|
$dt->setDataSource('/admin/sportsfoot/outcomeinfo');
|
|
|
$dt->setLang('sportsfoot');
|
|
|
$dt->addColsFields('newtime', array('templet' => '#newtime', 'sort' => false, 'width' => 200));
|
|
|
- $dt->addColsFields('totime', array('templet' => '#totime', 'sort' => false, 'width' => 80));
|
|
|
- $dt->addColsFields('home_team', array('templet' => '#userdetail', 'sort' => false, 'width' => 80));
|
|
|
- $dt->addColsFields('guest_team', array('templet' => '#userdetail', 'sort' => false, 'width' => 70));
|
|
|
+ $dt->addColsFields('totime', array('templet' => '#totime', 'sort' => false, 'width' => 155));
|
|
|
+ $dt->addColsFields('home_team', array('templet' => '#userdetail', 'sort' => false, 'width' => 90));
|
|
|
+ $dt->addColsFields('guest_team', array('templet' => '#userdetail', 'sort' => false, 'width' => 90));
|
|
|
$dt->addColsFields('dsnum', array('templet' => '#dsnum', 'sort' => false, 'width' => 70));
|
|
|
- $dt->addColsFields('csnum', array('templet' => '#csnum', 'sort' => false, 'width' => 110));
|
|
|
- $dt->addColsFields('sxalfcourt', array('templet' => '#sxalfcourt', 'sort' => false, 'width' => 300));
|
|
|
- $dt->addColsFields('statusmatch', array('templet' => '#statusmatch', 'sort' => false, 'width' => 150,'align' => 'left'));
|
|
|
+ $dt->addColsFields('csnum', array('templet' => '#csnum', 'sort' => false, 'width' => 100));
|
|
|
+ $dt->addColsFields('sxalfcourt', array('templet' => '#sxalfcourt', 'sort' => false, 'width' => 210));
|
|
|
+ $dt->addColsFields('statusmatch', array('templet' => '#statusmatch', 'sort' => false, 'width' => 100,'align' => 'left'));
|
|
|
$dt->addColsFields('operation', array('templet' => '#status', 'sort' => false, 'width' => 300));
|
|
|
// $arr[] = 'view';
|
|
|
// if (checkRriv('/admin/sportsfoot/edit')) {
|