From 5f61cf2ccb8774f8f43927e7ab679c35bf654cdb Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 30 Jan 2015 02:48:54 -0800 Subject: [PATCH] General Bootstrap3 styling fixes. --- e107_core/templates/contact_template.php | 6 +++--- e107_plugins/admin_menu/admin_menu.php | 2 +- e107_plugins/chatbox_menu/chatbox_menu.php | 4 ++-- e107_plugins/poll/poll_class.php | 2 +- e107_plugins/poll/templates/poll_template.php | 14 ++++++-------- e107_plugins/user/userlanguage_menu.php | 4 ++-- 6 files changed, 15 insertions(+), 17 deletions(-) diff --git a/e107_core/templates/contact_template.php b/e107_core/templates/contact_template.php index ba0a30cc0..bd2cb2dde 100644 --- a/e107_core/templates/contact_template.php +++ b/e107_core/templates/contact_template.php @@ -29,16 +29,16 @@ $CONTACT_TEMPLATE['info'] = " $CONTACT_TEMPLATE['menu'] = '
-
+
{CONTACT_NAME}
-
+
{CONTACT_EMAIL}
-
+
{CONTACT_BODY=rows=5&cols=30}
diff --git a/e107_plugins/admin_menu/admin_menu.php b/e107_plugins/admin_menu/admin_menu.php index 1c84418c4..05614b057 100644 --- a/e107_plugins/admin_menu/admin_menu.php +++ b/e107_plugins/admin_menu/admin_menu.php @@ -28,7 +28,7 @@ if (ADMIN == TRUE) $array_functions = $nav->adminLinks(); $amtext = "
- \n"; foreach ($array_functions as $link_value) { diff --git a/e107_plugins/chatbox_menu/chatbox_menu.php b/e107_plugins/chatbox_menu/chatbox_menu.php index 41175f712..cc79a50e3 100644 --- a/e107_plugins/chatbox_menu/chatbox_menu.php +++ b/e107_plugins/chatbox_menu/chatbox_menu.php @@ -223,7 +223,7 @@ else { $texta = (e_QUERY ? "\n
" : "\n"); } - $texta .= "
"; + $texta .= "
"; if(($pref['anon_post'] == "1" && USER == FALSE)) { @@ -240,7 +240,7 @@ else $oc = ""; } $texta .= " - +
"; diff --git a/e107_plugins/poll/poll_class.php b/e107_plugins/poll/poll_class.php index 9f0d0e7bb..13ba66cc9 100644 --- a/e107_plugins/poll/poll_class.php +++ b/e107_plugins/poll/poll_class.php @@ -496,7 +496,7 @@ class poll } - $SUBMITBUTTON = ""; + $SUBMITBUTTON = ""; if (('preview' == $type || $preview == TRUE) && strpos(e_SELF, "viewtopic") === FALSE) { $SUBMITBUTTON = ""; diff --git a/e107_plugins/poll/templates/poll_template.php b/e107_plugins/poll/templates/poll_template.php index 85c8f593a..f0e049243 100644 --- a/e107_plugins/poll/templates/poll_template.php +++ b/e107_plugins/poll/templates/poll_template.php @@ -189,20 +189,18 @@ $POLL_TEMPLATE = array(); $POLL_TEMPLATE['form']['start'] = "
-
- +
diff --git a/e107_plugins/user/userlanguage_menu.php b/e107_plugins/user/userlanguage_menu.php index 8e93c3893..d5a9e24db 100644 --- a/e107_plugins/user/userlanguage_menu.php +++ b/e107_plugins/user/userlanguage_menu.php @@ -27,7 +27,7 @@ if(varset($pref['multilanguage_subdomain'])) $action = (e_QUERY) ? e_SELF.'?'.e_QUERY : e_SELF; $text = '
- '; foreach($languageList as $languageFolder) { $selected = ($languageFolder == e_LANGUAGE) ? ' selected="selected"' : ''; @@ -46,7 +46,7 @@ else $text = '
- '; foreach($languageList as $languageFolder) { $selected = ($languageFolder == e_LANGUAGE) ? ' selected="selected"' : '';