saimod page layout fixes

This commit is contained in:
Ulf Gebhardt 2015-04-11 22:43:35 +02:00
parent 7dc77d4e15
commit d1c09e4f31
2 changed files with 4 additions and 5 deletions

View File

@ -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 '';
}
}

View File

@ -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>