mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
올바르지 못한 태그 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6536 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bd685e0198
commit
12e2a68dae
1 changed files with 6 additions and 4 deletions
|
|
@ -66,14 +66,14 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td colspan="5">
|
||||
<textarea name="description" class="inputTypeTextArea fullWidth" /></textarea>
|
||||
<textarea name="description" class="inputTypeTextArea fullWidth"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<form id="deleteForm" action="./" method="POST">
|
||||
<form id="deleteForm" action="./" method="post">
|
||||
<input type="hidden" id="target_srl" name="target_srl" value="" />
|
||||
</form>
|
||||
|
||||
|
|
@ -131,7 +131,7 @@
|
|||
<td class="center"><!--@if($val->is_default=='Y')-->{$lang->is_default}<!--@else--> <!--@end--></td>
|
||||
<td class="center">
|
||||
<a href="{getUrl('module_srl',$module_srl,'act','dispIssuetrackerAdminModifyType','type_srl',$val->type_srl)}"><img src="images/buttonModify.gif" alt="" /></a>
|
||||
<!--@if($val->is_default!='Y')--><a href="#" onclick="deleteByFilter('{$val->type_srl}', delete_type);"><img src="images/buttonDeleteX.gif" /></a><!--@else--> <!--@end-->
|
||||
<!--@if($val->is_default!='Y')--><a href="#" onclick="deleteByFilter('{$val->type_srl}', delete_type);"><img src="images/buttonDeleteX.gif" alt="" /></a><!--@else--> <!--@end-->
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
|
|
@ -139,6 +139,7 @@
|
|||
<td><input name="title" type="text" class="inputTypeText fullWidth" /></td>
|
||||
<td class="center"><input type="checkbox" name="is_default" value="Y" /></td>
|
||||
<td><input type="submit" value="{$lang->cmd_registration}" class="btnSubmit" accesskey="s"/></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
|
|
@ -163,7 +164,7 @@
|
|||
<td class="center"><!--@if($val->is_default=='Y')-->{$lang->is_default}<!--@else--> <!--@end--></td>
|
||||
<td class="center">
|
||||
<a href="{getUrl('module_srl',$module_srl,'act','dispIssuetrackerAdminModifyComponent','component_srl',$val->component_srl)}"><img src="images/buttonModify.gif" alt="" /></a>
|
||||
<!--@if($val->is_default!='Y')--><a href="#" onclick="deleteByFilter('{$val->component_srl}', delete_component);"><img src="images/buttonDeleteX.gif" /></a><!--@else--> <!--@end-->
|
||||
<!--@if($val->is_default!='Y')--><a href="#" onclick="deleteByFilter('{$val->component_srl}', delete_component);"><img src="images/buttonDeleteX.gif" alt="" /></a><!--@else--> <!--@end-->
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
|
@ -172,6 +173,7 @@
|
|||
<td><input name="title" type="text" class="inputTypeText fullWidth" /></td>
|
||||
<td class="center"><input type="checkbox" name="is_default" value="Y" /></td>
|
||||
<td><input type="submit" value="{$lang->cmd_registration}" class="btnSubmit" accesskey="s"/></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue