1
0
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:
the_systech
2001-10-01 19:36:45 +00:00
parent b30b9b3b68
commit 552d9f6df2
3 changed files with 55 additions and 101 deletions

View File

@@ -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>

View File

@@ -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>