|
@@ -287,11 +287,11 @@ if ($Categories[$GroupCategoryID - 1] != 'Other') {
|
287
|
287
|
<div class="box box_addartists">
|
288
|
288
|
<div class="head"><strong>Add artist</strong></div>
|
289
|
289
|
<div class="body">
|
290
|
|
- <form class="add_form" name="artists" action="torrents.php" method="post">
|
|
290
|
+ <form class="flex_input_container" name="artists" action="torrents.php" method="post">
|
291
|
291
|
<input type="hidden" name="action" value="add_alias" />
|
292
|
292
|
<input type="hidden" name="auth" value="<?=$LoggedUser['AuthKey']?>" />
|
293
|
293
|
<input type="hidden" name="groupid" value="<?=$GroupID?>" />
|
294
|
|
- <input type="text" id="artist" name="artistname[]" size="27"<? Users::has_autocomplete_enabled('other'); ?> />
|
|
294
|
+ <input type="text" id="artist" name="artistname[]" <? Users::has_autocomplete_enabled('other'); ?> />
|
295
|
295
|
<input type="submit" value="Add" />
|
296
|
296
|
</form>
|
297
|
297
|
</div>
|
|
@@ -360,11 +360,11 @@ if (empty($LoggedUser['DisableTagging'])) {
|
360
|
360
|
<div class="box box_addtag">
|
361
|
361
|
<div class="head"><strong>Add tag</strong></div>
|
362
|
362
|
<div class="body">
|
363
|
|
- <form class="add_form" name="tags" action="torrents.php" method="post">
|
|
363
|
+ <form class="flex_input_container" name="tags" action="torrents.php" method="post">
|
364
|
364
|
<input type="hidden" name="action" value="add_tag" />
|
365
|
365
|
<input type="hidden" name="auth" value="<?=$LoggedUser['AuthKey']?>" />
|
366
|
366
|
<input type="hidden" name="groupid" value="<?=$GroupID?>" />
|
367
|
|
- <input type="text" name="tagname" id="tagname" size="20"<? Users::has_autocomplete_enabled('other'); ?> />
|
|
367
|
+ <input type="text" name="tagname" id="tagname" <? Users::has_autocomplete_enabled('other'); ?> />
|
368
|
368
|
<input type="submit" value="Add" />
|
369
|
369
|
</form>
|
370
|
370
|
<br />
|