mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Minor improvements (#1236)
This commit is contained in:
parent
428984524e
commit
a2862f754c
3 changed files with 3 additions and 3 deletions
|
@ -473,7 +473,7 @@ $bb_cfg['show_rank_image'] = true; // Show user rank image in topics
|
||||||
$bb_cfg['show_poster_joined'] = true; // Show user's registration date in topics
|
$bb_cfg['show_poster_joined'] = true; // Show user's registration date in topics
|
||||||
$bb_cfg['show_poster_posts'] = true; // Show user's post count in topics
|
$bb_cfg['show_poster_posts'] = true; // Show user's post count in topics
|
||||||
$bb_cfg['show_poster_from'] = true; // Show user's country in topics
|
$bb_cfg['show_poster_from'] = true; // Show user's country in topics
|
||||||
$bb_cfg['show_bot_nick'] = false; // Show bot's nickname
|
$bb_cfg['show_bot_nick'] = true; // Show bot's nickname
|
||||||
$bb_cfg['text_buttons'] = false; // replace EDIT, QUOTE... images with text links
|
$bb_cfg['text_buttons'] = false; // replace EDIT, QUOTE... images with text links
|
||||||
$bb_cfg['post_date_format'] = 'd-M-Y H:i'; // Date format for topics
|
$bb_cfg['post_date_format'] = 'd-M-Y H:i'; // Date format for topics
|
||||||
$bb_cfg['ext_link_new_win'] = true; // open external links in new window
|
$bb_cfg['ext_link_new_win'] = true; // open external links in new window
|
||||||
|
|
|
@ -218,7 +218,7 @@ function build_poll_add_form (src_el)
|
||||||
<div class="med" style="margin-top: 4px;">{L_NEW_POLL_M_VOTES}:</div>
|
<div class="med" style="margin-top: 4px;">{L_NEW_POLL_M_VOTES}:</div>
|
||||||
<textarea id="poll-votes-inp" rows="8" cols="10" wrap="off" class="gen" style="width: 550px;"></textarea>
|
<textarea id="poll-votes-inp" rows="8" cols="10" wrap="off" class="gen" style="width: 550px;"></textarea>
|
||||||
<div class="med mrg_4"><i>{L_NEW_POLL_M_EXPLAIN}: {$bb_cfg['max_poll_options']})</i></div>
|
<div class="med mrg_4"><i>{L_NEW_POLL_M_EXPLAIN}: {$bb_cfg['max_poll_options']})</i></div>
|
||||||
<div class="mrg_8 tCenter"><input id="poll-edit-submit-btn" type="button" value="{L_SUBMIT}" class="bold" style="width: 100px;" /></div>
|
<div class="mrg_8 tCenter"><input onclick="window.location.reload();" type="button" class="bold" value="{L_CANCEL}" /> <input id="poll-edit-submit-btn" type="button" value="{L_SUBMIT}" class="bold" style="width: 100px;" /></div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -128,7 +128,7 @@ function html2text (str)
|
||||||
|
|
||||||
<!-- IF not POLL_ALREADY_VOTED && SHOW_VOTE_BTN -->
|
<!-- IF not POLL_ALREADY_VOTED && SHOW_VOTE_BTN -->
|
||||||
<div id="vote-btn-a" class="mrg_8 tCenter">[ <a href="#" onclick="build_votes(); return false;" class="gen"><b>{L_SUBMIT_VOTE}</b></a> ]</div>
|
<div id="vote-btn-a" class="mrg_8 tCenter">[ <a href="#" onclick="build_votes(); return false;" class="gen"><b>{L_SUBMIT_VOTE}</b></a> ]</div>
|
||||||
<div id="vote-btn-input" class="mrg_6 tCenter" style="display: none;"><input type="button" onclick="submit_vote(); return false;" value="{L_SUBMIT_VOTE}" class="bold" /></div>
|
<div id="vote-btn-input" class="mrg_6 tCenter" style="display: none;"><input onclick="window.location.reload();" type="button" class="bold" value="{L_CANCEL}" /> <input type="button" onclick="submit_vote(); return false;" value="{L_SUBMIT_VOTE}" class="bold" /></div>
|
||||||
<!-- ELSEIF not SHOW_VOTE_BTN -->
|
<!-- ELSEIF not SHOW_VOTE_BTN -->
|
||||||
<div class="mrg_8 tCenter">[ <b>{L_NEW_POLL_END}</b> ]</div>
|
<div class="mrg_8 tCenter">[ <b>{L_NEW_POLL_END}</b> ]</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue