Skip to content

Commit

Permalink
Fixed Spacing on Polls page with new Comments Title
Browse files Browse the repository at this point in the history
For #1104
  • Loading branch information
eSilverStrike committed May 11, 2022
1 parent 70eb72f commit 9cced86
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions plugins/polls/templates/default/pollblock.thtml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

{# display_type possible values 0 = Normal, 1 = In Block, 2 = autotag #}
{!!if {display_type} == '0' !!}
<div>
<p>
<a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_voters}
</div>
</p>
{!else}
<div class="pluginTinyText">
<a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_voters} {poll_comments}
Expand Down
4 changes: 2 additions & 2 deletions plugins/polls/templates/default/pollresult.thtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

{# display_type possible values 0 = Normal, 1 = In Block, 2 = autotag #}
{!!if {display_type} == '0' !!}
<div>
<p>
{notification} <a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_voters}
</div>
</p>
{!else}
<div class="pluginTinyText">
{notification} <a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_voters} {poll_comments}
Expand Down
4 changes: 2 additions & 2 deletions plugins/polls/templates/denim/pollblock.thtml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
</form>

{!!if {display_type} == '0' !!}
<div>
<p>
<a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_voters}
</div>
</p>
{!else}
<div class="pluginTinyText">
<a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_voters} {poll_comments}
Expand Down
4 changes: 2 additions & 2 deletions plugins/polls/templates/denim/pollresult.thtml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
{poll_questions}

{!!if {display_type} == '0' !!}
<div>
<p>
{notification} <a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_voters}
</div>
</p>
{!else}
<div class="pluginTinyText">
{notification} <a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_voters} {poll_comments}
Expand Down
4 changes: 2 additions & 2 deletions plugins/polls/templates/denim_three/pollblock.thtml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
</form>

{!!if {display_type} == '0' !!}
<div>
<p>
<a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_voters}
</div>
</p>
{!else}
<div class="pluginTinyText">
<a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_voters} {poll_comments}
Expand Down
4 changes: 2 additions & 2 deletions plugins/polls/templates/denim_three/pollresult.thtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

{# display_type Possible values 0 = Normal, 1 = In Block, 2 = autotag #}
{!!if {display_type} == '0' !!}
<div>
<p>
{notification} <a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_voters}
</div>
</p>
{!else}
<div class="pluginTinyText">
{notification} <a href="{site_url}/polls/index.php">{lang_polltopics}</a> | {num_votes} {lang_voters} {poll_comments}
Expand Down

0 comments on commit 9cced86

Please sign in to comment.