mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +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
|
|
@ -53,7 +53,7 @@ function addLayoutCopyInputbox()
|
|||
{
|
||||
var html = '<tr>';
|
||||
html += '<td><input type="text" name="title[]" size="50" /></td>';
|
||||
html += '<td><span class="btn"><input type="button" value="'+addLang+'" onclick="addLayoutCopyInputbox()" /></span></td>';
|
||||
html += '<td><input class="btn" type="button" value="'+addLang+'" onclick="addLayoutCopyInputbox()" /></td>';
|
||||
html += '</tr>';
|
||||
|
||||
var it = jQuery('#inputTable');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue