mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
#421 HEX 색상코드 입력부분을 6자리에서 7자리로 변경(#이 포함될 경우를 위함)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3936 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
942871bc49
commit
883724b9c9
2 changed files with 10 additions and 9 deletions
|
|
@ -47,7 +47,7 @@
|
|||
<option value="solid">{$lang->cmd_widget_border_solid}</option>
|
||||
<option value="dotted">{$lang->cmd_widget_border_dotted}</option>
|
||||
</select>
|
||||
<input type="text" name="border_top_color" value="" class="color_input" maxlength="6"/>
|
||||
<input type="text" name="border_top_color" value="" class="color_input" maxlength="7"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
<option value="solid">{$lang->cmd_widget_border_solid}</option>
|
||||
<option value="dotted">{$lang->cmd_widget_border_dotted}</option>
|
||||
</select>
|
||||
<input type="text" name="border_left_color" value="" class="color_input" maxlength="6"/>
|
||||
<input type="text" name="border_left_color" value="" class="color_input" maxlength="7"/>
|
||||
</td>
|
||||
<td class="tRight">
|
||||
<input type="text" name="border_right_thick" value="" class="small_input" />px
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
<option value="solid">{$lang->cmd_widget_border_solid}</option>
|
||||
<option value="dotted">{$lang->cmd_widget_border_dotted}</option>
|
||||
</select>
|
||||
<input type="text" name="border_right_color" value="" class="color_input" maxlength="6"/>
|
||||
<input type="text" name="border_right_color" value="" class="color_input" maxlength="7"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
<option value="solid">{$lang->cmd_widget_border_solid}</option>
|
||||
<option value="dotted">{$lang->cmd_widget_border_dotted}</option>
|
||||
</select>
|
||||
<input type="text" name="border_bottom_color" value="" class="color_input" maxlength="6"/>
|
||||
<input type="text" name="border_bottom_color" value="" class="color_input" maxlength="7"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue