mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Changes in install, process..
git-svn-id: file:///svn/phpbb/trunk@1107 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<td align="right">{selects.L_LABEL}</td>
|
||||
<td><select name='{selects.NAME}'>
|
||||
<!-- BEGIN options -->
|
||||
<option value='{selects.options.VALUE}'>{selects.options.LABEL}</option>
|
||||
<option value='{selects.options.VALUE}' {selects.options.DEFAULT}>{selects.options.LABEL}</option>
|
||||
<!-- END options -->
|
||||
</td>
|
||||
</tr>
|
||||
@@ -26,7 +26,7 @@
|
||||
<!-- BEGIN inputs -->
|
||||
<tr>
|
||||
<td align="right">{inputs.L_LABEL}</td>
|
||||
<td><input type="text" name="{inputs.NAME}"></td>
|
||||
<td><input type="{inputs.TYPE}" name="{inputs.NAME}" value="{inputs.VALUE}"></td>
|
||||
</tr>
|
||||
<!-- END inputs -->
|
||||
<tr>
|
||||
|
@@ -14,8 +14,8 @@
|
||||
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" cellpadding="0" cellspacing="1">
|
||||
<tr class="tableheader">
|
||||
<table border="0" width="100%" cellpadding="0" bgcolor="#FFFFFF" cellspacing="1">
|
||||
<tr>
|
||||
<td width="100%" align="center"><b>{L_ERROR}<b></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user