mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Styling fixes.
This commit is contained in:
parent
b5382c3792
commit
c57876bdff
@ -59,12 +59,13 @@ $USERPOSTS_NP_TABLE = $USERPOSTS_TEMPLATE['np_table']; // BC, will be removed
|
||||
";
|
||||
|
||||
// ##### ------------------------------------------------------------------------------------------
|
||||
//TODO Put this part into the forum plugin.
|
||||
|
||||
// ##### USERPOSTS FORUM TABLE --------------------------------------------------------------------
|
||||
// additional shortcodes available:
|
||||
// {USERPOSTS_FORUM_SEARCH_FIELD}, {USERPOSTS_FORUM_SEARCH_BUTTON}
|
||||
$USERPOSTS_TEMPLATE['forum_table_start'] = "
|
||||
<div style='text-align:center'>
|
||||
<div>
|
||||
{NEXTPREV}
|
||||
<form method='post' action='".e_REQUEST_URL."'>
|
||||
<table class='table fborder up-forum' id='up-forum'>
|
||||
|
@ -1 +1,3 @@
|
||||
.forum-viewforum-pagination { margin:0px }
|
||||
.forum-viewforum-pagination { margin:0px }
|
||||
|
||||
#poll.tab-pane .form-group { margin-left: 0px; margin-right:0px}
|
@ -25,7 +25,7 @@ if (!$e107->isInstalled('forum'))
|
||||
}
|
||||
|
||||
e107::lan('forum','English_front');
|
||||
|
||||
e107::css('forum','forum.css');
|
||||
|
||||
|
||||
|
||||
|
@ -681,7 +681,7 @@ class poll
|
||||
$text .= "<br />
|
||||
<div class='form-horizontal control-group'>
|
||||
<label class='control-label'>".LAN_FORUM_3033."</label>
|
||||
<div class='controls'>
|
||||
<div class='radio controls'>
|
||||
". $frm->radio('multipleChoice',$opts, vartrue($_POST['multipleChoice'], 0) ).$frm->hidden('storageMethod', 1)."
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user