mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 19:51:42 +09:00
Minor fix. class="table" replace with class="x_table x_table-striped x_table-hover"
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11754 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cca3ea0668
commit
9e0fe3ba98
67 changed files with 2625 additions and 2778 deletions
|
|
@ -18,38 +18,36 @@
|
|||
<input type="hidden" name="module_srl" value="{$oDocument->get('module_srl')}" />
|
||||
|
||||
<h3 class="h3">{$lang->alias}</h3>
|
||||
<div class="table">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->title}</th>
|
||||
<th scope="col">{$lang->alias}</th>
|
||||
<th scope="col"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td rowspan="{count($aliases)+1}">{$oDocument->getTitle()}</td>
|
||||
{@ $bFirst = true; }
|
||||
<!--@foreach($aliases as $val)-->
|
||||
<!--@if(!$bFirst)-->
|
||||
<tr>
|
||||
{@ $bFirst = false; }
|
||||
<!--@end-->
|
||||
<td>{$val->alias_title}</td>
|
||||
<td><button type="button" onclick="deleteByFilter('{$val->alias_srl}', delete_alias);">Delete</button>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<!--@if(!$bFirst)-->
|
||||
<tr>
|
||||
<!--@end-->
|
||||
<td>
|
||||
<input type="text" name="alias_title" />
|
||||
</td>
|
||||
<td><span class="btn"><input type="submit" value="{$lang->cmd_registration}" /></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->title}</th>
|
||||
<th scope="col">{$lang->alias}</th>
|
||||
<th scope="col"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td rowspan="{count($aliases)+1}">{$oDocument->getTitle()}</td>
|
||||
{@ $bFirst = true; }
|
||||
<!--@foreach($aliases as $val)-->
|
||||
<!--@if(!$bFirst)-->
|
||||
<tr>
|
||||
{@ $bFirst = false; }
|
||||
<!--@end-->
|
||||
<td>{$val->alias_title}</td>
|
||||
<td><button type="button" onclick="deleteByFilter('{$val->alias_srl}', delete_alias);">Delete</button>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<!--@if(!$bFirst)-->
|
||||
<tr>
|
||||
<!--@end-->
|
||||
<td>
|
||||
<input type="text" name="alias_title" />
|
||||
</td>
|
||||
<td><span class="btn"><input type="submit" value="{$lang->cmd_registration}" /></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue