Improvement on the UI
jdarwood007

jdarwood007 commited on 2017-09-17 13:02:21
Showing 1 changed files, with 2 additions and 2 deletions.


Signed-off-by: jdarwood007 <unmonitored+github@sleepycode.com>
... ...
@@ -183,7 +183,7 @@ $txt['aebg_auto_select'] = 'Easy Ban Auto select ban options';
183 183
 	if ($context['ban']['is_new'] && !empty($context['ban_group_suggestions']))
184 184
 	{		
185 185
 		echo '
186
-					<fieldset>
186
+					<div class="information noup">
187 187
 						<legend>', $txt['aebg_add_existing'], '</legend>
188 188
 						<select name="ban_group" onchange="disableOtherFields();" id="ban_group">
189 189
 							<option value="-1" selected="selected">', $txt['aebg_new_ban_group'], '</option>';
... ...
@@ -193,7 +193,7 @@ $txt['aebg_auto_select'] = 'Easy Ban Auto select ban options';
193 193
 							<option value="', $id_ban_group, '" onselect="disableOtherFields();">', $ban_name, '</option>';
194 194
 		echo '
195 195
 						</select>
196
-					</fieldset>';
196
+					</div>';
197 197
 	}
198 198
 
199 199
 	echo '
200 200