Reduced visual clutter
authorAlexander Ebert <ebert@woltlab.com>
Thu, 25 Jun 2015 12:04:26 +0000 (14:04 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 25 Jun 2015 12:04:26 +0000 (14:04 +0200)
templates/conversationAddParticipants.tpl

index 7113213acf3ead01fc2f773a48aef1a3fa034258..3dd779352c53e7635a0b0db877cf5cddb0a9d423 100644 (file)
@@ -1,14 +1,10 @@
-<fieldset>
-       <legend>{lang}wcf.conversation.edit.addParticipants{/lang}</legend>
-       
-       <dl class="jsAddParticipants">
-               <dt><label for="participantsInput">{lang}wcf.conversation.participants{/lang}</label></dt>
-               <dd>
-                       <textarea id="participantsInput" name="participants" class="long" cols="40" rows="2"></textarea>
-                       <small>{lang}wcf.conversation.participants.description{/lang}</small>
-               </dd>
-       </dl>
-</fieldset>
+<dl class="jsAddParticipants">
+       <dt><label for="participantsInput">{lang}wcf.conversation.participants{/lang}</label></dt>
+       <dd>
+               <textarea id="participantsInput" name="participants" class="long" cols="40" rows="2"></textarea>
+               <small>{lang}wcf.conversation.participants.description{/lang}</small>
+       </dd>
+</dl>
 
 <div class="formSubmit">
        <button id="addParticipants" class="buttonPrimary">{lang}wcf.global.button.submit{/lang}</button>