From: Tim Düsterhus Date: Thu, 28 Jul 2016 11:02:01 +0000 (+0200) Subject: Merge commit 'a39eb241b58c8cd3505a37acc76a327fbdb1c566' into next X-Git-Tag: 3.0.0_Beta_1~944 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6b7d6653c5220f4f567f5bab0878f47e0c8a762a;p=GitHub%2FWoltLab%2FWCF.git Merge commit 'a39eb241b58c8cd3505a37acc76a327fbdb1c566' into next --- 6b7d6653c5220f4f567f5bab0878f47e0c8a762a diff --cc com.woltlab.wcf/templates/__messageFormPoll.tpl index eafe6c961b,9a2f7f90a9..d918e62e66 --- a/com.woltlab.wcf/templates/__messageFormPoll.tpl +++ b/com.woltlab.wcf/templates/__messageFormPoll.tpl @@@ -12,77 -12,81 +12,77 @@@ //]]> -
-
- -
- -
-
- - {if $errorField == 'pollQuestion'} - - {lang}wcf.global.form.error.empty{/lang} - - {/if} -
- - -
- -
-
-
    - {if $errorField == 'pollOptions'} - - {lang}wcf.global.form.error.empty{/lang} - - {/if} - {lang}wcf.poll.options.description{/lang} -
    - - -
    - -
    -
    - - {if $errorField == 'pollEndTime'} - - {lang}wcf.poll.endTime.error.{@$errorType}{/lang} - - {/if} -
    - - -
    - -
    -
    - - {if $errorField == 'pollMaxVotes'} - - {lang}wcf.poll.maxVotes.error.{@$errorType}{/lang} - - {/if} -
    - -
    -
    -
    - -
    - {if !$pollID && $__wcf->getPollManager()->canStartPublicPoll()} -
    - -
    +
    + +
    + +
    +
    + + {if $errorField == 'pollQuestion'} + + {lang}wcf.global.form.error.empty{/lang} + {/if} +
    +
    + +
    +
    +
      + {if $errorField == 'pollOptions'} + + {lang}wcf.global.form.error.empty{/lang} + + {/if} + {lang}wcf.poll.options.description{/lang} +
      +
      + +
      + +
      +
      + + {if $errorField == 'pollEndTime'} + + {lang}wcf.poll.endTime.error.{@$errorType}{/lang} + + {/if} +
      + + +
      + +
      +
      + + {if $errorField == 'pollMaxVotes'} + + {lang}wcf.poll.maxVotes.error.{@$errorType}{/lang} + + {/if} +
      + +
      +
      +
      + +
      + {if !$pollID && $__wcf->getPollManager()->canStartPublicPoll()}
      - - {lang}wcf.poll.resultsRequireVote.description{/lang} -
      -
      - +
      -
      - - {event name='fields'} -
      + {/if} +
      + + {lang}wcf.poll.resultsRequireVote.description{/lang} +
      +
      + +
      + + + {event name='fields'}
      --{/if} ++{/if} diff --cc com.woltlab.wcf/templates/quoteBBCodeTag.tpl index faf1774149,cfb85165ec..dde8342c6e --- a/com.woltlab.wcf/templates/quoteBBCodeTag.tpl +++ b/com.woltlab.wcf/templates/quoteBBCodeTag.tpl @@@ -1,26 -1,24 +1,26 @@@ -{if $quoteAuthorObject} -
      - -{/if} -
      - {if $quoteAuthor} -
      -

      - {if $quoteLink} - {lang}wcf.bbcode.quote.title{/lang} - {else} - {lang}wcf.bbcode.quote.title{/lang} - {/if} -

      -
      - {/if} - -
      - {@$content} -
      -
      -{if $quoteAuthorObject} -
      -{/if} +
      +
      + + {if $quoteAuthorObject} + {@$quoteAuthorObject->getAvatar()->getImageTag(32)} + {else} + + {/if} + + + {if $quoteAuthor} + {if $quoteLink} - {lang}wcf.bbcode.quote.title{/lang} ++ {lang}wcf.bbcode.quote.title{/lang} + {else} + {lang}wcf.bbcode.quote.title{/lang} + {/if} + {else} + {lang}wcf.bbcode.quote{/lang} + {/if} + +
      + +
      + {@$content} +
      +
      diff --cc com.woltlab.wcf/templates/userInformationButtons.tpl index b681b6660b,2c8a84c51e..6836711d12 --- a/com.woltlab.wcf/templates/userInformationButtons.tpl +++ b/com.woltlab.wcf/templates/userInformationButtons.tpl @@@ -3,7 -3,7 +3,7 @@@