diff options
| author | Crizzo <mail@crizzo.de> | 2014-03-09 13:20:49 +0100 |
|---|---|---|
| committer | Crizzo <mail@crizzo.de> | 2014-03-09 13:20:49 +0100 |
| commit | 9ef79776a955e20995f2abfa1ce9fd0188ae4e83 (patch) | |
| tree | 1e8e7bc9e33a90629165e8e3383f5bdff0a7436f /phpBB/styles/prosilver/template/posting_editor.html | |
| parent | 60ca7f91e2b8c2e0b80fe5cd06b9b48eec04f021 (diff) | |
| download | forums-9ef79776a955e20995f2abfa1ce9fd0188ae4e83.tar forums-9ef79776a955e20995f2abfa1ce9fd0188ae4e83.tar.gz forums-9ef79776a955e20995f2abfa1ce9fd0188ae4e83.tar.bz2 forums-9ef79776a955e20995f2abfa1ce9fd0188ae4e83.tar.xz forums-9ef79776a955e20995f2abfa1ce9fd0188ae4e83.zip | |
[ticket/8785] Adds a new optical improvement, new file and fixes html bugs
PHPBB3-8785
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_editor.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 93 |
1 files changed, 6 insertions, 87 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index f880597b29..ab812a40e6 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -1,89 +1,6 @@ -<fieldset class="fields1"> - <!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF --> - - <!-- IF S_PRIVMSGS and not S_SHOW_DRAFTS --> - - <!-- IF S_GROUP_OPTIONS --> - <div class="column2"> - <label for="group_list"><strong>{L_TO_ADD_GROUPS}{L_COLON}</strong></label><br /> - <select name="group_list[]" id="group_list" multiple="multiple" size="3" class="inputbox">{S_GROUP_OPTIONS}</select><br /> - <input type="submit" name="add_to" value="{L_ADD}" class="button2" tabindex="1" /> - <input type="submit" name="add_bcc" value="{L_ADD_BCC}" class="button2" tabindex="1" /> - </div> - <!-- ENDIF --> - <!-- IF S_ALLOW_MASS_PM --> - <div class="column1"> - <!-- IF not S_EDIT_POST --> - <dl class="pmlist"> - <label><strong>{L_TO_ADD_MASS}{L_COLON}</strong><textarea id="username_list" name="username_list" class="inputbox" cols="50" rows="2" tabindex="1"></textarea></label> - <div> - <input type="submit" name="add_to" value="{L_ADD}" class="button2" tabindex="1" /> - <input type="submit" name="add_bcc" value="{L_ADD_BCC}" class="button2" tabindex="1" /> - <span><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a></span> - </div> - </dl> - <!-- ENDIF --> - </div> - <hr /> - <div class="column1"> - <!-- IF .to_recipient --> - <dl> - <dt><label>{L_TO_MASS}{L_COLON}</label></dt> - <dd class="recipients"> - <ul class="recipients"> - <!-- BEGIN to_recipient --> - <li> - <!-- IF not S_EDIT_POST --><input type="submit" name="remove_{to_recipient.TYPE}[{to_recipient.UG_ID}]" value="x" class="button2" /><!-- ENDIF --> - <!-- IF to_recipient.IS_GROUP --><a href="{to_recipient.U_VIEW}"><strong>{to_recipient.NAME}</strong></a><!-- ELSE -->{to_recipient.NAME_FULL}<!-- ENDIF --> - </li> - <!-- END to_recipient --> - </ul> - </dd> - </dl> - <!-- ENDIF --> - </div> - <!-- IF .bcc_recipient --> - <div class="column2"> - <dl> - <dt><label>{L_BCC}{L_COLON}</label></dt> - <dd class="recipients"> - <ul class="recipients"> - <!-- BEGIN bcc_recipient --> - <li> - <!-- IF not S_EDIT_POST --><input type="submit" name="remove_{bcc_recipient.TYPE}[{bcc_recipient.UG_ID}]" value="x" class="button2" /><!-- ENDIF --> - <!-- IF bcc_recipient.IS_GROUP --><a href="{bcc_recipient.U_VIEW}"><strong>{bcc_recipient.NAME}</strong></a><!-- ELSE -->{bcc_recipient.NAME_FULL}<!-- ENDIF --> - </li> - <!-- END bcc_recipient --> - </ul> - </dd> - </dl> - </div> - <!-- ENDIF --> - <!-- ELSE --> - <div class="column1"> - <dl> - <dt><label for="username_list">{L_TO_ADD}{L_COLON}</label><!-- IF not S_EDIT_POST --><br /><span><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false">{L_FIND_USERNAME}</a></span><!-- ENDIF --></dt> - <!-- IF not S_EDIT_POST --> - <dd><input class="inputbox" type="text" name="username_list" id="username_list" size="20" value="" /> <input type="submit" name="add_to" value="{L_ADD}" class="button2" /></dd> - <!-- ENDIF --> - <!-- IF .to_recipient --> - <dd class="recipients"> - <ul class="recipients"> - <!-- BEGIN to_recipient --> - <li> - <!-- IF to_recipient.IS_GROUP --><a href="{to_recipient.U_VIEW}"><strong>{to_recipient.NAME}</strong></a><!-- ELSE -->{to_recipient.NAME_FULL}<!-- ENDIF --> - <!-- IF not S_EDIT_POST --><input type="submit" name="remove_{to_recipient.TYPE}[{to_recipient.UG_ID}]" value="x" class="button2" /><!-- ENDIF --> - </li> - <!-- END to_recipient --> - </dd> - <!-- ENDIF --> - </dl> - </div> - <!-- ENDIF --> - <hr /> - <div class="clear"></div> - <!-- ENDIF --> - +<div class="panel" id="postingbox"> + <div class="inner"> + <fieldset class="fields1"> <!-- IF S_SHOW_TOPIC_ICONS or S_SHOW_PM_ICONS --> <dl> <dt><label for="icon">{L_ICON}{L_COLON}</label></dt> @@ -155,7 +72,7 @@ </div> <!-- EVENT posting_editor_message_after --> -</fieldset> + </fieldset> <!-- IF $EXTRA_POSTING_OPTIONS eq 1 --> @@ -267,3 +184,5 @@ <!-- ENDIF --> <!-- ENDIF --> + </div> +</div>
\ No newline at end of file |
