UI: Page table bug fixed
This commit is contained in:
parent
ab389c62ba
commit
85026b3f6c
@ -1,34 +1,17 @@
|
||||
<div id="page_deletedialog">
|
||||
<h5>Page: ${id} - ${name} - ${group} - ${state}</h5>
|
||||
<div id="page_deletedialog" class="sai_margin_top_20">
|
||||
<h4>Page: ${id}</h4>
|
||||
<hr>
|
||||
<table class="table table-hover table-condensed" style="overflow: auto;">
|
||||
<tr>
|
||||
<th>id</th>
|
||||
<th>name</th>
|
||||
<th>group</th>
|
||||
<th>state</th>
|
||||
<th>parent_id</th>
|
||||
<th>login</th>
|
||||
<th>type</th>
|
||||
<th>div</th>
|
||||
<th>url</th>
|
||||
<th>func</th>
|
||||
<th>php_class</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>${id}</td>
|
||||
<td>${name}</td>
|
||||
<td>${group}</td>
|
||||
<td>${state}</td>
|
||||
<td>${parent_id}</td>
|
||||
<td>${login}</td>
|
||||
<td>${type}</td>
|
||||
<td>${div}</td>
|
||||
<td>${url}</td>
|
||||
<td>${func}</td>
|
||||
<td>${php_class}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<label>id:</label> ${id}<br>
|
||||
<label>name:</label> ${name}<br>
|
||||
<label>group:</label> ${group}<br>
|
||||
<label>state:</label> ${state}<br>
|
||||
<label>parent_id:</label> ${parent_id}<br>
|
||||
<label>login:</label> ${login}<br>
|
||||
<label>type:</label> ${type}<br>
|
||||
<label>div:</label> ${div}<br>
|
||||
<label>url:</label> ${url}<br>
|
||||
<label>func:</label> ${func}<br>
|
||||
<label>php_class:</label> ${php_class}<hr>
|
||||
</div>
|
||||
<button type="button" class="btn btn-small btn-danger" id="del_page_del" page_id="${ID}" page_group="${group}">Delete</button>
|
||||
<button type="button" class="btn btn-small" onClick="system.load('page;group.${group}');">Close</button>
|
||||
|
||||
@ -3,11 +3,11 @@
|
||||
<td>${name}</td>
|
||||
<td>${group}</td>
|
||||
<td>${state}</td>
|
||||
<td>${parent_id}</td>
|
||||
<td>${login}</td>
|
||||
<td>${type}</td>
|
||||
<td>${div}</td>
|
||||
<td>${url}</td>
|
||||
<!--td>${parent_id}</td>
|
||||
<td>${login}</td>
|
||||
<td>${type}</td>
|
||||
<td>${func}</td>
|
||||
<td>${php_class}</td>
|
||||
<td>${php_class}</td-->
|
||||
</tr>
|
||||
@ -44,5 +44,5 @@
|
||||
<td><input type="text" id="new_page_php_class" placeholder="php class" style="width: 140px;"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<button type="button" class="btn-small" onClick="system.load('page');">Back</button>
|
||||
<button type="button" class="btn-small btn-success" id="addpage" style="float: right;">Add</button>
|
||||
<button type="button" class="btn-sm btn btn-default" onClick="system.load('page');"><span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> Back</button>
|
||||
<button type="button" class="btn-sm btn btn-success" id="addpage" style="float: right;"><span class="glyphicon glyphicon-plus" aria-hidden="true"></span> Add</button>
|
||||
@ -1,16 +1,18 @@
|
||||
<table class="table table-hover table-condensed" style="overflow: auto;">
|
||||
<table class="col-sm-12 table table-hover table-striped table-condensed" style="overflow: auto;">
|
||||
<thead class="cf">
|
||||
<tr>
|
||||
<th>id</th>
|
||||
<th>name</th>
|
||||
<th>group</th>
|
||||
<th>state</th>
|
||||
<th>parent_id</th>
|
||||
<th>login</th>
|
||||
<th>type</th>
|
||||
<th>div</th>
|
||||
<th>url</th>
|
||||
<!--th>parent_id</th>
|
||||
<th>login</th>
|
||||
<th>type</th>
|
||||
<th>func</th>
|
||||
<th>php_class</th>
|
||||
<th>php_class</th-->
|
||||
</tr>
|
||||
</thead>
|
||||
${content}
|
||||
</table>
|
||||
Loading…
x
Reference in New Issue
Block a user