* code for task #1480.

This commit is contained in:
zhujinyong
2013-07-02 01:39:50 +00:00
parent 461eb3e010
commit b52eb3ea78

View File

@@ -18,10 +18,6 @@
<th class='w-p20'><?php echo $lang->install->key;?></th>
<th class='a-left'><?php echo $lang->install->value?></th>
</tr>
<tr>
<th><?php echo $lang->install->requestType;?></th>
<td><?php echo html::select('requestType', $lang->install->requestTypes, 'GET', 'class=select-3');?></td>
</tr>
<tr>
<th><?php echo $lang->install->defaultLang;?></th>
<td><?php echo html::select('defaultLang', $config->langs, $app->getClientLang(), 'class=select-3');?></td>
@@ -56,7 +52,7 @@
</td>
</tr>
<tr>
<td colspan='2' class='a-center'><?php echo html::submitButton();?></td>
<td colspan='2' class='a-center'><?php echo html::submitButton() . html::hidden('requestType', 'GET');?></td>
</tr>
</table>
</form>