1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

$frm->selectbox() renamed to $frm->select(); for consistency.

This commit is contained in:
Cameron
2013-04-25 17:29:46 -07:00
parent 09d878b56a
commit 063bf2b200
25 changed files with 70 additions and 53 deletions

View File

@@ -204,7 +204,7 @@ class file_inspector {
<td style='width: 35%'>
".FC_LAN_3." ".FC_LAN_5.":
</td>
<td colspan='2' style='width: 65%'>".$frm->selectbox('core',$coreOpts,$_POST['core'])." </td>
<td colspan='2' style='width: 65%'>".$frm->select('core',$coreOpts,$_POST['core'])." </td>
</tr>";
@@ -213,7 +213,7 @@ class file_inspector {
<td style='width: 35%'>
".FC_LAN_14.":
</td>
<td colspan='2' style='width: 65%'>".$frm->selectbox('type', $dispOpt, $_POST['type'])." </td>
<td colspan='2' style='width: 65%'>".$frm->select('type', $dispOpt, $_POST['type'])." </td>
</td>
</tr>";