saimod page layout fixes
This commit is contained in:
parent
7dc77d4e15
commit
d1c09e4f31
@ -59,10 +59,9 @@ class saimod_sys_page extends \SYSTEM\SAI\SaiModule {
|
||||
|
||||
private static function tablerow_class($flag){
|
||||
switch($flag){
|
||||
case 0: return 'info';
|
||||
case 1: return '';
|
||||
case 4: return 'warning';
|
||||
default: return 'success';
|
||||
case 0: return 'success';
|
||||
case 1: return 'info';
|
||||
default: return '';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<div id="page_deletedialog">
|
||||
<h5>Page: ${id}</h5>
|
||||
<h5>Page: ${id} - ${name} - ${group} - ${state}</h5>
|
||||
<hr>
|
||||
<table class="table table-hover table-condensed" style="overflow: auto;">
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user