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){
|
private static function tablerow_class($flag){
|
||||||
switch($flag){
|
switch($flag){
|
||||||
case 0: return 'info';
|
case 0: return 'success';
|
||||||
case 1: return '';
|
case 1: return 'info';
|
||||||
case 4: return 'warning';
|
default: return '';
|
||||||
default: return 'success';
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<div id="page_deletedialog">
|
<div id="page_deletedialog">
|
||||||
<h5>Page: ${id}</h5>
|
<h5>Page: ${id} - ${name} - ${group} - ${state}</h5>
|
||||||
<hr>
|
<hr>
|
||||||
<table class="table table-hover table-condensed" style="overflow: auto;">
|
<table class="table table-hover table-condensed" style="overflow: auto;">
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user