mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
.btn UI fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12598 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7c8730f645
commit
38782be109
23 changed files with 60 additions and 60 deletions
|
|
@ -34,7 +34,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<div class="btnArea">
|
||||
<span class="btn"><a href="{getUrl('act','dispMenuAdminInsert','module_srl','')}">{$lang->cmd_make}</a></span>
|
||||
<a class="btn" href="{getUrl('act','dispMenuAdminInsert','module_srl','')}">{$lang->cmd_make}</a>
|
||||
</div>
|
||||
|
||||
<!-- 페이지 네비게이션 -->
|
||||
|
|
|
|||
|
|
@ -21,6 +21,6 @@
|
|||
</tr>
|
||||
</table>
|
||||
<div class="btnArea">
|
||||
<span class="btn"><input type="submit" value="{$lang->cmd_submit}" /></span>
|
||||
<input class="btn" type="submit" value="{$lang->cmd_submit}" />
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
<div class="btnArea">
|
||||
<span class="btn"><input type="submit" value="{$lang->cmd_save}" /></span>
|
||||
<input class="btn" type="submit" value="{$lang->cmd_save}" />
|
||||
</div>
|
||||
<script>
|
||||
(function($){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue