|
68 | 68 | </tr> |
69 | 69 | <tr> |
70 | 70 | <td class="vst-text input-label"> |
71 | | - <?php print __('Database');?> |
| 71 | + <?php print __('Database');?> |
72 | 72 | </td> |
73 | 73 | </tr> |
74 | 74 | <tr> |
|
79 | 79 | </tr> |
80 | 80 | <tr> |
81 | 81 | <td class="vst-text input-label"> |
82 | | - <?php print __('User');?> |
| 82 | + <?php print __('User');?> |
83 | 83 | </td> |
84 | 84 | </tr> |
85 | 85 | <tr> |
|
100 | 100 | </tr> |
101 | 101 | <tr> |
102 | 102 | <td class="vst-text input-label"> |
103 | | - <?php print __('Type');?> |
| 103 | + <?php print __('Type');?> |
104 | 104 | </td> |
105 | 105 | </tr> |
106 | 106 | <tr> |
|
112 | 112 | if ((!empty($v_type)) && ( $value == $v_type )) echo ' selected'; |
113 | 113 | echo ">".htmlentities($value)."</option>"; |
114 | 114 | } |
115 | | - ?> |
| 115 | + ?> |
116 | 116 | </select> |
117 | 117 | </td> |
118 | 118 | </tr> |
119 | 119 | <tr> |
120 | 120 | <td class="vst-text input-label"> |
121 | | - <?php print __('Host');?> |
| 121 | + <?php print __('Host');?> |
122 | 122 | </td> |
123 | 123 | </tr> |
124 | 124 | <tr> |
125 | 125 | <td> |
126 | 126 | <select class="vst-list" name="v_host"> |
127 | 127 | <?php |
128 | | - foreach ($db_hosts as $key => $value) { |
129 | | - echo "\n\t\t\t\t\t\t\t\t\t\t<option value=\"".htmlentities($key)."\""; |
130 | | - if ((!empty($v_host)) && ( $key == $v_host )) echo ' selected'; |
131 | | - echo ">".htmlentities($key)."</option>"; |
| 128 | + foreach ($db_hosts as $value) { |
| 129 | + echo "\n\t\t\t\t\t\t\t\t\t\t<option value=\"".htmlentities($value)."\""; |
| 130 | + if ((!empty($v_host)) && ( $value == $v_host )) echo ' selected'; |
| 131 | + echo ">".htmlentities($value)."</option>"; |
132 | 132 | } |
133 | | - ?> |
| 133 | + ?> |
134 | 134 | </select> |
135 | 135 | </td> |
136 | 136 | </tr> |
137 | 137 |
|
138 | 138 | <tr> |
139 | 139 | <td class="vst-text input-label"> |
140 | | - <?php print __('Charset');?> |
| 140 | + <?php print __('Charset');?> |
141 | 141 | </td> |
142 | 142 | </tr> |
143 | 143 | <tr> |
|
183 | 183 | </td> |
184 | 184 | <tr> |
185 | 185 | <td class="vst-text input-label"> |
186 | | - <?php print __('Send login credentials to email address') ?> |
| 186 | + <?php print __('Send login credentials to email address') ?> |
187 | 187 | </td> |
188 | 188 | </tr> |
189 | 189 | <tr> |
|
0 commit comments