From b40b1916a3e248a2f0e43fe5f2c2df095cc0341a Mon Sep 17 00:00:00 2001
From: Cameron
Date: Wed, 10 Jan 2018 15:06:40 -0800
Subject: [PATCH] Issue #2970 btn-default > btn-default btn-secondary
---
e107_admin/banlist.php | 2 +-
e107_admin/db.php | 2 +-
e107_admin/image.php | 2 +-
e107_admin/mailout.php | 8 +++----
e107_admin/menus.php | 2 +-
e107_admin/message.php | 4 ++--
e107_admin/newspost.php | 6 ++---
e107_admin/search.php | 4 ++--
e107_admin/theme.php | 12 +++++-----
e107_admin/upload.php | 2 +-
e107_admin/users.php | 14 ++++++------
e107_admin/users_extended.php | 2 +-
.../shortcodes/batch/admin_shortcodes.php | 4 ++--
.../shortcodes/batch/bbcode_shortcodes.php | 16 +++++++-------
.../shortcodes/batch/comment_shortcodes.php | 10 ++++-----
.../shortcodes/batch/page_shortcodes.php | 2 +-
.../shortcodes/batch/user_shortcodes.php | 4 ++--
e107_core/shortcodes/single/custom.php | 2 +-
e107_core/templates/nextprev_template.php | 20 ++++++++---------
e107_core/templates/search_template.php | 2 +-
e107_handlers/comment_class.php | 6 ++---
e107_handlers/form_handler.php | 22 +++++++++----------
e107_handlers/media_class.php | 4 ++--
e107_handlers/sitelinks_class.php | 4 ++--
e107_handlers/theme_handler.php | 16 +++++++-------
e107_handlers/user_select_class.php | 4 ++--
.../blogcalendar_menu/blogcalendar_menu.php | 4 ++--
e107_plugins/chatbox_menu/chat.php | 2 +-
e107_plugins/chatbox_menu/chatbox_menu.php | 4 ++--
e107_plugins/download/admin_download.php | 4 ++--
e107_plugins/download/download_shortcodes.php | 4 ++--
e107_plugins/download/includes/admin.php | 12 +++++-----
e107_plugins/forum/forum_conf.php | 4 ++--
e107_plugins/forum/forum_post.php | 8 +++----
e107_plugins/forum/forum_uploads.php | 2 +-
e107_plugins/forum/forum_viewforum.php | 4 ++--
.../shortcodes/batch/forum_shortcodes.php | 2 +-
.../shortcodes/batch/post_shortcodes.php | 4 ++--
.../shortcodes/batch/view_shortcodes.php | 12 +++++-----
.../shortcodes/batch/viewforum_shortcodes.php | 4 ++--
.../gallery/includes/gallery_load.php | 2 +-
.../gallery/templates/gallery_template.php | 2 +-
e107_plugins/gsitemap/admin_config.php | 2 +-
.../login_menu/login_menu_shortcodes.php | 2 +-
e107_plugins/news/news_months_menu.php | 2 +-
e107_plugins/newsletter/admin_config.php | 8 +++----
.../newsletter/newsletter_legacy_menu.php | 4 ++--
e107_plugins/newsletter/nl_archive.php | 4 ++--
e107_plugins/page/page_navigation_menu.php | 2 +-
e107_plugins/pm/pm_shortcodes.php | 4 ++--
e107_plugins/poll/admin_config.php | 4 ++--
e107_plugins/poll/poll_class.php | 4 ++--
e107_plugins/search_menu/search_menu.php | 2 +-
e107_plugins/social/e_shortcode.php | 4 ++--
e107_plugins/tinymce4/admin_config.php | 2 +-
e107_plugins/tinymce4/plugins/e107/dialog.php | 2 +-
e107_plugins/trackback/modtrackback.php | 2 +-
e107_plugins/user/userlanguage_menu.php | 2 +-
e107_plugins/user/usertheme_menu.php | 2 +-
e107_themes/bootstrap3/theme_config.php | 2 +-
e107_themes/bootstrap3/theme_shortcodes.php | 4 ++--
.../templates/gallery/gallery_template.php | 2 +-
.../landingzero/templates/menu_template.php | 4 ++--
e107_themes/landingzero/theme_shortcodes.php | 4 ++--
e107_themes/voux/theme_shortcodes.php | 4 ++--
e107_web/utilities/dbgen.php | 2 +-
e107_web/utilities/passcalc.php | 2 +-
e107_web/utilities/passconv.php | 2 +-
e107_web/utilities/resetcore.php | 4 ++--
email.php | 2 +-
install.php | 2 +-
search.php | 4 ++--
userposts.php | 4 ++--
73 files changed, 172 insertions(+), 172 deletions(-)
diff --git a/e107_admin/banlist.php b/e107_admin/banlist.php
index bfbbecfa7..dd5fd65cb 100644
--- a/e107_admin/banlist.php
+++ b/e107_admin/banlist.php
@@ -1002,7 +1002,7 @@ switch ($action)
$text .= " ".$tp->parseTemplate("{NEXTPREV={$parms}}".'
|
');
}
$text .= "
-
+
|
";
diff --git a/e107_admin/db.php b/e107_admin/db.php
index 3b457d772..7ef00053a 100644
--- a/e107_admin/db.php
+++ b/e107_admin/db.php
@@ -1034,7 +1034,7 @@ class system_tools
{
$text .= "";
diff --git a/e107_admin/image.php b/e107_admin/image.php
index b61395a85..4f1636360 100644
--- a/e107_admin/image.php
+++ b/e107_admin/image.php
@@ -1507,7 +1507,7 @@ class media_admin_ui extends e_admin_ui
-
-
+
diff --git a/e107_plugins/forum/forum_conf.php b/e107_plugins/forum/forum_conf.php
index 30b9d6e50..6310105af 100644
--- a/e107_plugins/forum/forum_conf.php
+++ b/e107_plugins/forum/forum_conf.php
@@ -135,8 +135,8 @@ if ($action == "delete_poll")
".LAN_FORUM_5009."
";
$ns->tablerender(LAN_UI_DELETE_LABEL, $text);
diff --git a/e107_plugins/forum/forum_post.php b/e107_plugins/forum/forum_post.php
index 7f74806ff..a409f309f 100644
--- a/e107_plugins/forum/forum_post.php
+++ b/e107_plugins/forum/forum_post.php
@@ -447,7 +447,7 @@ class forum_post_handler
-
+
";
@@ -725,7 +725,7 @@ class forum_post_handler
@@ -843,7 +843,7 @@ class forum_post_handler
@@ -955,7 +955,7 @@ class forum_post_handler
|
-
|
+
|
";
diff --git a/e107_plugins/forum/forum_uploads.php b/e107_plugins/forum/forum_uploads.php
index 0fed72252..6a081ae2a 100644
--- a/e107_plugins/forum/forum_uploads.php
+++ b/e107_plugins/forum/forum_uploads.php
@@ -103,7 +103,7 @@ if(is_array($fileList))
}
else
{
- $txt .= "";
+ $txt .= "";
}
$txt .= "";
}
diff --git a/e107_plugins/forum/forum_viewforum.php b/e107_plugins/forum/forum_viewforum.php
index e3265c4ba..bb27e9138 100644
--- a/e107_plugins/forum/forum_viewforum.php
+++ b/e107_plugins/forum/forum_viewforum.php
@@ -972,7 +972,7 @@ function forumjump()
{
$text .= "\n";
}
- $text .= " ";
+ $text .= " ";
return $text;
}
@@ -984,7 +984,7 @@ function fadminoptions($thread_info)
$tp = e107::getParser();
// $text = "";
+ $text .= "";
return $text;
@@ -184,7 +184,7 @@ class plugin_forum_post_shortcodes extends e_shortcode
function sc_forum_post_buttons()
{
- $ret = " ";
+ $ret = " ";
if($this->var['action'] == 'edit')
{
diff --git a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php
index 442d70cdf..c2fa7559f 100644
--- a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php
+++ b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php
@@ -782,8 +782,8 @@
// e_HTTP.'user.php?id.'.$this->postInfo['post_user']
$text = '";
+ $text .= "
";
}
$ns->tablerender(TRACKBACK_L13, $text);
diff --git a/e107_plugins/user/userlanguage_menu.php b/e107_plugins/user/userlanguage_menu.php
index e68be38bf..9df11d3ba 100644
--- a/e107_plugins/user/userlanguage_menu.php
+++ b/e107_plugins/user/userlanguage_menu.php
@@ -58,7 +58,7 @@ else
- '.UTHEME_MENU_L1.'';
+ '.UTHEME_MENU_L1.'';
$text .= '
';
diff --git a/e107_plugins/user/usertheme_menu.php b/e107_plugins/user/usertheme_menu.php
index c8bb06c72..41577547a 100644
--- a/e107_plugins/user/usertheme_menu.php
+++ b/e107_plugins/user/usertheme_menu.php
@@ -68,7 +68,7 @@ if ((USER == TRUE) && check_class(varset($pref['allow_theme_select'],FALSE)))
}
$text .= "
-
+
";
$ns->tablerender(LAN_UMENU_THEME_2, $text, 'usertheme');
diff --git a/e107_themes/bootstrap3/theme_config.php b/e107_themes/bootstrap3/theme_config.php
index 556ffcd2f..f630fcc3b 100644
--- a/e107_themes/bootstrap3/theme_config.php
+++ b/e107_themes/bootstrap3/theme_config.php
@@ -33,7 +33,7 @@ class theme_config implements e_theme_config
);
- $previewLink = " ".LAN_PREVIEW."";
+ $previewLink = " ".LAN_PREVIEW."";
$fields = array(
'branding' => array('title'=>LAN_THEMEPREF_00, 'type'=>'dropdown', 'writeParms'=>array('optArray'=> $brandingOpts)),
diff --git a/e107_themes/bootstrap3/theme_shortcodes.php b/e107_themes/bootstrap3/theme_shortcodes.php
index ea81b954f..a1d7aa848 100644
--- a/e107_themes/bootstrap3/theme_shortcodes.php
+++ b/e107_themes/bootstrap3/theme_shortcodes.php
@@ -155,8 +155,8 @@ class theme_shortcodes extends e_shortcode
$text .= '
- '.LAN_LOGINMENU_4.'
- '.LAN_LOGINMENU_40.'
+ '.LAN_LOGINMENU_4.'
+ '.LAN_LOGINMENU_40.'
';
diff --git a/e107_themes/landingzero/templates/gallery/gallery_template.php b/e107_themes/landingzero/templates/gallery/gallery_template.php
index b63a03863..d1bf4dead 100644
--- a/e107_themes/landingzero/templates/gallery/gallery_template.php
+++ b/e107_themes/landingzero/templates/gallery/gallery_template.php
@@ -24,7 +24,7 @@ $GALLERY_TEMPLATE['slideshow_wrapper'] = '
';
$MENU_TEMPLATE['sectionone']['end'] = '';
@@ -93,7 +93,7 @@
$MENU_TEMPLATE['call-to-action']['body'] = '
diff --git a/e107_themes/landingzero/theme_shortcodes.php b/e107_themes/landingzero/theme_shortcodes.php
index 0cc5f1da6..924404f53 100644
--- a/e107_themes/landingzero/theme_shortcodes.php
+++ b/e107_themes/landingzero/theme_shortcodes.php
@@ -308,8 +308,8 @@ class theme_shortcodes extends e_shortcode
$text .= '
- '.LAN_LOGINMENU_4.'
- '.LAN_LOGINMENU_40.'
+ '.LAN_LOGINMENU_4.'
+ '.LAN_LOGINMENU_40.'
';
diff --git a/e107_themes/voux/theme_shortcodes.php b/e107_themes/voux/theme_shortcodes.php
index 1a723dc2f..24930dd72 100644
--- a/e107_themes/voux/theme_shortcodes.php
+++ b/e107_themes/voux/theme_shortcodes.php
@@ -169,8 +169,8 @@ class theme_shortcodes extends e_shortcode
$text .= '
- '.LAN_LOGINMENU_4.'
- '.LAN_LOGINMENU_40.'
+ '.LAN_LOGINMENU_4.'
+ '.LAN_LOGINMENU_40.'
';
diff --git a/e107_web/utilities/dbgen.php b/e107_web/utilities/dbgen.php
index a56cbe495..dc649eedd 100644
--- a/e107_web/utilities/dbgen.php
+++ b/e107_web/utilities/dbgen.php
@@ -189,7 +189,7 @@ $text .= "
$text .= "
";
diff --git a/e107_web/utilities/passcalc.php b/e107_web/utilities/passcalc.php
index 4d582b36d..a9b8271b3 100644
--- a/e107_web/utilities/passcalc.php
+++ b/e107_web/utilities/passcalc.php
@@ -107,7 +107,7 @@ if (isset($_POST['show_password']))
$text .= "
";
diff --git a/e107_web/utilities/passconv.php b/e107_web/utilities/passconv.php
index e566ae5b6..6b9b394f5 100644
--- a/e107_web/utilities/passconv.php
+++ b/e107_web/utilities/passconv.php
@@ -277,7 +277,7 @@ $text =
$text .= "
";
diff --git a/e107_web/utilities/resetcore.php b/e107_web/utilities/resetcore.php
index e43cf0332..be6e021e6 100644
--- a/e107_web/utilities/resetcore.php
+++ b/e107_web/utilities/resetcore.php
@@ -278,7 +278,7 @@ if (isset($_POST['reset_core_sub']) && $_POST['mode'] == 1)
}
echo "
-
|
+
|
@@ -318,7 +318,7 @@ echo "