mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-03-01 12:22:43 +08:00
修复部分已知问题
This commit is contained in:
@@ -63,15 +63,15 @@
|
||||
<td></td>
|
||||
<td colspan="8" style="">
|
||||
{lang batch_code_set_expression}
|
||||
<input type="text" style="margin-right:0;width:40px;height:30px;padding:2px 4px" value="{:" title="{lang prefix}" id="prefix" onclick="clearinput(this, '{lang prefix}')"> +
|
||||
<select id="middle" style="width:100px;height:30px;padding:2px 4px">
|
||||
<input type="text" class="form-control" style="display: inline-block;margin-right:0;width:40px;height:30px;padding:2px 4px" value="{:" title="{lang prefix}" id="prefix" onclick="clearinput(this, '{lang prefix}')"> +
|
||||
<select id="middle" class="form-control" style="display: inline-block;width:100px;height:30px;padding:2px 4px">
|
||||
<option value="1">{lang filename}</option>
|
||||
<option value="2">{lang natural_order}</option>
|
||||
<option value="3">{lang expression} ID</option>
|
||||
<option value="4">{lang expression_describing}</option>
|
||||
</select>
|
||||
+
|
||||
<input type="text" style="margin-right:0;width:40px;height:30px;padding:2px 4px" value=":}" title="{lang suffix}" id="suffix" onclick="clearinput(this, '{lang suffix}')">
|
||||
<input type="text" class="form-control" style="display: inline-block;margin-right:0;width:40px;height:30px;padding:2px 4px" value=":}" title="{lang suffix}" id="suffix" onclick="clearinput(this, '{lang suffix}')">
|
||||
<input type="button" class="btn btn-outline-info" onclick="addsmileycodes('{$smileynum}', '');" value="{lang type_app}"> <input type="button" class="btn btn-outline-info" onclick="autoaddsmileycodes('{$smileynum}');" value="{lang automatic_set}">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user