Removed old icons. If you find broken image paths, please post an issue about it.
@ -925,7 +925,7 @@ switch ($action)
|
||||
/* FORM NOTE EXAMPLE - not needed here as this note is added as label-note (see below)
|
||||
$text .= "
|
||||
<div class='form-note'>
|
||||
".BANLAN_13."<a href='".e_ADMIN_ABS."users.php'><img src='".e_IMAGE_ABS.'admin_images/'."users_16.png' alt='' /></a>
|
||||
".BANLAN_13."<a href='".e_ADMIN_ABS."users.php'><img src='".e_IMAGE_ABS.'admin_imaXXXges/'."users_16.png' alt='' /></a>
|
||||
</div>
|
||||
|
||||
";
|
||||
|
@ -2435,7 +2435,7 @@ function show_avatars()
|
||||
else
|
||||
{
|
||||
//File info
|
||||
// $users = "<a class='e-tip' href='#' title='".IMALAN_66.": {$image_name}'><img src='".e_IMAGE_ABS."admin_images/info_16.png' alt='".IMALAN_66.": {$image_name}' /></a> ".$users;
|
||||
// $users = "<a class='e-tip' href='#' title='".IMALAN_66.": {$image_name}'><img src='".e_IMAGE_ABS."admin_imaXXXges/info_16.png' alt='".IMALAN_66.": {$image_name}' /></a> ".$users;
|
||||
|
||||
// Control over the image size (design)
|
||||
// $image_size = getimagesize(e_MEDIA."avatars/".$image_name);
|
||||
|
@ -142,7 +142,7 @@ class bbcode_shortcodes extends e_shortcode
|
||||
$text = "<a {$event} class='btn e-bb ' id='{$id}' data-function='input' href='#{$this->var['tagid']}' title='".$this->br2nl(LANHELP_23)."' data-bbcode='{$data}'>\n";
|
||||
// $text .="<img class='btn btn-small bbcode_buttons e-pointer' src='".e_IMAGE_ABS."bbcode/link.png' alt='' title='".nl2br(LANHELP_23)."' />";
|
||||
|
||||
$text .= $this->button(e_IMAGE_ABS.'bbcode/link.png', 'link', LANHELP_23, $link);
|
||||
$text .= $this->button(e_IMAGE_ABS.'bbcode/link.png', 'link');
|
||||
|
||||
$text .= "</a>";
|
||||
return $text;
|
||||
@ -158,11 +158,11 @@ class bbcode_shortcodes extends e_shortcode
|
||||
|
||||
if(deftrue('BOOTSTRAP') && $glyph && deftrue('FONTAWESOME'))
|
||||
{
|
||||
$text .= "<span class='fa fa-".$glyph."'></span>";
|
||||
$text = "<span class='fa fa-".$glyph."'></span>";
|
||||
}
|
||||
else
|
||||
{
|
||||
$text .="<img src='".$image."' alt='' style='max-height:18px' />";
|
||||
$text ="<img src='".$image."' alt='' style='max-height:18px' />";
|
||||
}
|
||||
|
||||
// $text .= ($link) ? "</a>" : "";
|
||||
@ -315,6 +315,7 @@ class bbcode_shortcodes extends e_shortcode
|
||||
{
|
||||
$emotes = e107::getParser()->getEmotes();
|
||||
$pref = e107::getPref();
|
||||
$text = "";
|
||||
|
||||
foreach($emotes as $key=>$value)
|
||||
{
|
||||
@ -516,7 +517,7 @@ class bbcode_shortcodes extends e_shortcode
|
||||
if(!isset($iconpath[$parm]))
|
||||
{
|
||||
$iconpath[$parm] = (file_exists(THEME."bbcode/bold.png") ? THEME_ABS."bbcode/" : e_IMAGE_ABS."bbcode/");
|
||||
$iconpath[$parm] .= $bbcode[$parm][3];
|
||||
$iconpath[$parm] .= varset($bbcode[$parm][3]);
|
||||
}
|
||||
|
||||
|
||||
|
@ -180,6 +180,9 @@ if (!defined('E_32_SYSINFO')) {
|
||||
|
||||
|
||||
// Small Category Images
|
||||
/**
|
||||
*
|
||||
// @DEPRECATED
|
||||
if (!defined('E_16_CAT_SETT')) {
|
||||
define('E_16_CAT_SETT', e_IMAGE.'admin_images/cat_settings_16.png');
|
||||
}
|
||||
@ -207,7 +210,7 @@ if (!defined('E_16_CAT_MISC')) {
|
||||
if (!defined('E_16_CAT_ABOUT')) {
|
||||
define('E_16_CAT_ABOUT', e_IMAGE.'admin_images/info_16.png');
|
||||
}
|
||||
|
||||
*/
|
||||
// Large Category Images
|
||||
if (!defined('E_32_CAT_SETT')) {
|
||||
define('E_32_CAT_SETT', "<i class='S32 e-cat_settings-32'></i> ");
|
||||
@ -238,6 +241,9 @@ if (!defined('E_32_CAT_ABOUT')) {
|
||||
}
|
||||
|
||||
// Small Nav Images
|
||||
/**
|
||||
* @DEPRECATED
|
||||
|
||||
if (!defined('E_16_NAV_MAIN')) {
|
||||
define('E_16_NAV_MAIN', e_IMAGE.'admin_images/main_16.png');
|
||||
}
|
||||
@ -257,6 +263,8 @@ if (!defined('E_16_NAV_ARROW')) {
|
||||
if (!defined('E_16_NAV_ARROW_OVER')) {
|
||||
define('E_16_NAV_ARROW_OVER', e_IMAGE.'admin_images/arrow_over_16.png');
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
// Large Nav Images
|
||||
if (!defined('E_32_NAV_MAIN')) {
|
||||
@ -467,18 +475,18 @@ define("E_32_TRUE", "<i class='S32 e-true-32'></i>");
|
||||
define("ADMIN_EDIT_ICON_PATH", e_IMAGE_ABS."admin_images/edit_32.png");
|
||||
define("ADMIN_DELETE_ICON_PATH", e_IMAGE_ABS."admin_images/delete_32.png");
|
||||
define("ADMIN_WARNING_ICON_PATH", e_IMAGE_ABS."admin_images/warning_32.png");
|
||||
define("ADMIN_ADD_ICON_PATH", e_IMAGE_ABS."admin_images/add_32.png");
|
||||
define("ADMIN_INFO_ICON_PATH", e_IMAGE_ABS."admin_images/info_32.png");
|
||||
define("ADMIN_CONFIGURE_ICON_PATH", e_IMAGE_ABS."admin_images/configure_32.png");
|
||||
define("ADMIN_VIEW_ICON_PATH", e_IMAGE_ABS."admin_images/admin_images/search_32.png");
|
||||
define("ADMIN_URL_ICON_PATH", e_IMAGE_ABS."admin_images/forums_32.png");
|
||||
define("ADMIN_INSTALLPLUGIN_ICON_PATH", e_IMAGE_ABS."admin_images/plugin_install_32.png");
|
||||
define("ADMIN_UNINSTALLPLUGIN_ICON_PATH", e_IMAGE_ABS."admin_images/plugin_unstall_32.png");
|
||||
define("ADMIN_UPGRADEPLUGIN_ICON_PATH", e_IMAGE_ABS."admin_images/up_32.png");
|
||||
define("ADMIN_UP_ICON_PATH", e_IMAGE_ABS."admin_images/up_32.png");
|
||||
define("ADMIN_DOWN_ICON_PATH", e_IMAGE_ABS."admin_images/down_32.png");
|
||||
define("ADMIN_EXECUTE_ICON_PATH", e_IMAGE_ABS."admin_images/execute_32.png");
|
||||
define("ADMIN_SORT_ICON_PATH", e_IMAGE_ABS."admin_images/sort_32.png");
|
||||
// define("ADMIN_ADD_ICON_PATH", e_IMAGE_ABS."admin_images/add_32.png");
|
||||
// define("ADMIN_INFO_ICON_PATH", e_IMAGE_ABS."admin_images/info_32.png");
|
||||
// define("ADMIN_CONFIGURE_ICON_PATH", e_IMAGE_ABS."admin_images/configure_32.png");
|
||||
// define("ADMIN_VIEW_ICON_PATH", e_IMAGE_ABS."admin_images/admin_images/search_32.png");
|
||||
// define("ADMIN_URL_ICON_PATH", e_IMAGE_ABS."admin_images/forums_32.png");
|
||||
// define("ADMIN_INSTALLPLUGIN_ICON_PATH", e_IMAGE_ABS."admin_images/plugin_install_32.png");
|
||||
// define("ADMIN_UNINSTALLPLUGIN_ICON_PATH", e_IMAGE_ABS."admin_images/plugin_unstall_32.png");
|
||||
// define("ADMIN_UPGRADEPLUGIN_ICON_PATH", e_IMAGE_ABS."admin_images/up_32.png");
|
||||
// define("ADMIN_UP_ICON_PATH", e_IMAGE_ABS."admin_images/up_32.png");
|
||||
// define("ADMIN_DOWN_ICON_PATH", e_IMAGE_ABS."admin_images/down_32.png");
|
||||
// define("ADMIN_EXECUTE_ICON_PATH", e_IMAGE_ABS."admin_images/execute_32.png");
|
||||
// define("ADMIN_SORT_ICON_PATH", e_IMAGE_ABS."admin_images/sort_32.png");
|
||||
|
||||
|
||||
|
||||
|
@ -55,7 +55,7 @@ $BBCODE_TEMPLATE_SUBMITNEWS = "
|
||||
$BBCODE_TEMPLATE_ADMIN = "
|
||||
<div class='btn-toolbar'>
|
||||
{BB=link}{BB=b}{BB=i}{BB=u}{BB=img}{BB=format}{BB=left}{BB=center}{BB=right}{BB=justify}
|
||||
{BB=bq}{BB=list}{BB=table}{BB=fontcol}{BB=fontsize}{BB=emotes}
|
||||
{BB=list}{BB=table}{BB=fontcol}{BB=fontsize}{BB=emotes}
|
||||
{BB_PREIMAGEDIR}
|
||||
{BB=preimage}{BB=prefile}{BB=flash}{BB=youtube}
|
||||
</div>
|
||||
@ -63,7 +63,7 @@ $BBCODE_TEMPLATE_ADMIN = "
|
||||
|
||||
$BBCODE_TEMPLATE_MAILOUT = "
|
||||
<div class='btn-toolbar'>
|
||||
{BB=link}{BB=b}{BB=i}{BB=u}{BB=img}{BB=left}{BB=center}{BB=right}{BB=justify}{BB=bq}{BB=list}{BB=fontcol}{BB=fontsize}{BB=emotes}
|
||||
{BB=link}{BB=b}{BB=i}{BB=u}{BB=img}{BB=left}{BB=center}{BB=right}{BB=justify}{BB=list}{BB=fontcol}{BB=fontsize}{BB=emotes}
|
||||
{BB_PREIMAGEDIR}
|
||||
{BB=preimage}{BB=prefile}{BB=flash}{BB=shortcode}
|
||||
</div>
|
||||
@ -74,7 +74,7 @@ $BBCODE_TEMPLATE_MAILOUT = "
|
||||
$BBCODE_TEMPLATE_NEWSPOST = "
|
||||
<div class='btn-toolbar'>
|
||||
{BB=link}{BB=b}{BB=i}{BB=u}{BB=img}{BB=format}{BB=left}{BB=center}{BB=right}{BB=justify}
|
||||
{BB=bq}{BB=list}{BB=table}{BB=fontcol}{BB=fontsize}{BB=emotes}
|
||||
{BB=list}{BB=table}{BB=fontcol}{BB=fontsize}{BB=emotes}
|
||||
{BB_PREIMAGEDIR=news}
|
||||
{BB=preimage}{BB=prefile}{BB=flash}{BB=youtube}
|
||||
</div>
|
||||
|
@ -541,12 +541,12 @@ class e_bbcode
|
||||
// 'hint_func' => $helpfunc, // deprecated and unused
|
||||
// 'hint_active' => $bbcode_helpactive, // deprecated and unused
|
||||
'size' => vartrue($helpsize),
|
||||
'eplug_bb' => $eplug_bb,
|
||||
'eplug_bb' => varset($eplug_bb), //?XXX ?
|
||||
);
|
||||
|
||||
$bbcode_shortcodes->setVars($data);
|
||||
|
||||
return "<div id='bbcode-panel-".$id."' class='mceToolbar bbcode-panel' {$visible}>".$tp->parseTemplate($BBCODE_TEMPLATE,TRUE, $bbcode_shortcodes)."</div>";
|
||||
return "<div id='bbcode-panel-".$id."' class='mceToolbar bbcode-panel'>".$tp->parseTemplate($BBCODE_TEMPLATE,TRUE, $bbcode_shortcodes)."</div>";
|
||||
}
|
||||
|
||||
|
||||
|
@ -2022,17 +2022,7 @@ class e_form
|
||||
{
|
||||
$columnsArray = array_filter($columnsArray);
|
||||
|
||||
/*
|
||||
$text = "
|
||||
<div class='col-selection-cont e-tip' data-placement='left' title='Select columns to display'>
|
||||
<a href='#".$id."' class='e-show-if-js e-expandit' >"
|
||||
."<img class='icon' src='".e_IMAGE_ABS."admin_images/select_columns_16.png' alt='select columns' />"
|
||||
."</a>
|
||||
<div id='".$id."' class='e-show-if-js e-hideme col-selection'>
|
||||
<div class='col-selection-body dropdown'>
|
||||
<ul class='dropdown-menu' role='menu' aria-labelledby='dLabel'>
|
||||
";
|
||||
*/
|
||||
|
||||
$text = '<div class="dropdown e-tip pull-right" data-placement="left">
|
||||
<a class="dropdown-toggle" title="Select columns to display" data-toggle="dropdown" href="#"><b class="caret"></b></a>
|
||||
<ul class="dropdown-menu col-selection e-noclick" role="menu" aria-labelledby="dLabel">
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 706 B |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 887 B |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 823 B |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 940 B |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 857 B |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 995 B |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 980 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 730 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 912 B |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 964 B |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 948 B |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 235 B |
Before Width: | Height: | Size: 912 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 712 B |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 938 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 942 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 945 B |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 995 B |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 946 B |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 985 B |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 836 B |