Move all operator page theme files in styles/operator_pages/default

This commit is contained in:
Dmitriy Simushev 2013-12-17 13:15:42 +00:00
parent 94f9d71a66
commit 5d117fa66c
102 changed files with 59 additions and 58 deletions

View File

@ -39,7 +39,7 @@ function get_core_style_config() {
$base_path = realpath(dirname(dirname(dirname(__FILE__))));
// Load config
$config = read_config_file($base_path.'/view/config.ini');
$config = read_config_file($base_path.'/styles/operator_pages/default/config.ini');
// Set default values
$config = ($config === false) ? array() : $config;

View File

@ -39,7 +39,8 @@ function render_view($view_name) {
// Build full view name. Remove '\' and '/' characters form the specified
// view name
$full_view_name = dirname(dirname(__FILE__)) . '/view/' .
$full_view_name = dirname(dirname(__FILE__)) .
'/styles/operator_pages/default/views/' .
str_replace("/\\", '', $view_name) . '.php';
// Load and execute the view

View File

@ -25,7 +25,7 @@ h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
body {
background: #FFFFFF url(images/header.gif) repeat-x;
background: #FFFFFF url(../images/header.gif) repeat-x;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.8em;
line-height: 140%;
@ -92,7 +92,7 @@ a {
}
#footer {
background: white url(images/footer.gif) bottom repeat-x;
background: white url(../images/footer.gif) bottom repeat-x;
font-size:11px;
position:relative;
@ -131,7 +131,7 @@ a {
margin: 0px -2px 10px 0px;
padding-top: 10px;
padding-bottom: 10px;
background: url(images/graydot.gif) repeat-x left bottom;
background: url(../images/graydot.gif) repeat-x left bottom;
display: block;
}
@ -206,7 +206,7 @@ img.logo {
#sidebar h2 {
text-transform: lowercase;
margin-bottom: 10px;
background: url(images/graydot.gif) repeat-x left bottom;
background: url(../images/graydot.gif) repeat-x left bottom;
font-size: 1.3em;
font-weight: bold;
}
@ -236,7 +236,7 @@ img.logo {
.submenu span.small { font-size: 80%; padding-left: 5px; }
.submenu .active a {
background: url(images/li.gif) no-repeat left 1px;
background: url(../images/li.gif) no-repeat left 1px;
color: #555;
}
@ -251,7 +251,7 @@ img.logo {
/* form, tabbed form */
.mform {
background: url(images/loginbg.gif);
background: url(../images/loginbg.gif);
clear: both;
width: 100%;
}
@ -276,17 +276,17 @@ img.logo {
}
.tabs li.active a {
background: url(images/loginbg.gif);
background: url(../images/loginbg.gif);
border-left:1px solid #bbbbbb;border-top:1px solid #bbbbbb;border-right:1px solid #bbbbbb;
color: #000;
text-decoration: none;
}
.formtop, .formbottom, .formtopi, .formbottomi { height: 15px;}
.formtop { background: url(images/logincrnrt.gif) no-repeat top right;}
.formtopi { background: url(images/logincrnlt.gif) no-repeat top left; }
.formbottom { background: url(images/logincrnrb.gif) no-repeat bottom right; }
.formbottomi { background: url(images/logincrnlb.gif) no-repeat bottom left; }
.formtop { background: url(../images/logincrnrt.gif) no-repeat top right;}
.formtopi { background: url(../images/logincrnlt.gif) no-repeat top left; }
.formbottom { background: url(../images/logincrnrb.gif) no-repeat bottom right; }
.formbottomi { background: url(../images/logincrnlb.gif) no-repeat bottom left; }
.forminner { margin: 0px 15px;}
.forminner p { margin-bottom: 1em; }
@ -339,7 +339,7 @@ div.errinfo {
.field .subfield {
padding-left: 30px;
background: url(images/subitem.gif) no-repeat 10px 2px;
background: url(../images/subitem.gif) no-repeat 10px 2px;
}
.forminner .level0{
@ -391,7 +391,7 @@ div.errinfo {
}
.fbutton {
background: url(images/formline.gif) repeat-x;
background: url(../images/formline.gif) repeat-x;
margin-top: 20px;
padding-top: 10px;
}
@ -473,7 +473,7 @@ input.formauth {
}
.tabletitle {
background: url(images/graydot.gif) repeat-x left bottom;
background: url(../images/graydot.gif) repeat-x left bottom;
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 1.4em;
margin: 10px 0px 20px;
@ -515,7 +515,7 @@ table.translate td {
}
table.list td a.man {
background: url(images/tbliclogin.gif) no-repeat left center;
background: url(../images/tbliclogin.gif) no-repeat left center;
padding-left: 15px;
}
@ -634,19 +634,19 @@ table.awaiting .no-threads, table.awaiting .no-visitors {
}
.open-control {
background: no-repeat top left url('images/tbliclspeak.gif');
background: no-repeat top left url('../images/tbliclspeak.gif');
}
.view-control {
background: no-repeat top left url('images/tbliclread.gif');
background: no-repeat top left url('../images/tbliclread.gif');
}
.track-control {
background: no-repeat top left url('images/tblictrack.gif');
background: no-repeat top left url('../images/tblictrack.gif');
}
.ban-control {
background: no-repeat top left url('images/ban.gif');
background: no-repeat top left url('../images/ban.gif');
}
#sound-region {
@ -669,10 +669,10 @@ table.awaiting .no-threads, table.awaiting .no-visitors {
margin-right: 2px;
}
.agent-status-away {
background-image: url("images/opaway.gif");
background-image: url("../images/opaway.gif");
}
.agent-status-online {
background-image: url("images/oponline.gif");
background-image: url("../images/oponline.gif");
}
/* search */
@ -766,7 +766,7 @@ table.awaiting .no-threads, table.awaiting .no-visitors {
}
.submit {
background: url(images/submitbg.gif) repeat-x;
background: url(../images/submitbg.gif) repeat-x;
vertical-align: top;
}
@ -968,7 +968,7 @@ table.awaiting .no-threads, table.awaiting .no-visitors {
.lrtl .field .subfield {
padding-right: 30px;
background: url(images/subitem_rtl.gif) no-repeat 99% 2px;
background: url(../images/subitem_rtl.gif) no-repeat 99% 2px;
}

View File

Before

Width:  |  Height:  |  Size: 372 B

After

Width:  |  Height:  |  Size: 372 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 732 B

After

Width:  |  Height:  |  Size: 732 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 340 B

After

Width:  |  Height:  |  Size: 340 B

View File

Before

Width:  |  Height:  |  Size: 728 B

After

Width:  |  Height:  |  Size: 728 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 604 B

After

Width:  |  Height:  |  Size: 604 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 894 B

After

Width:  |  Height:  |  Size: 894 B

View File

Before

Width:  |  Height:  |  Size: 162 B

After

Width:  |  Height:  |  Size: 162 B

View File

Before

Width:  |  Height:  |  Size: 43 B

After

Width:  |  Height:  |  Size: 43 B

View File

Before

Width:  |  Height:  |  Size: 49 B

After

Width:  |  Height:  |  Size: 49 B

View File

Before

Width:  |  Height:  |  Size: 43 B

After

Width:  |  Height:  |  Size: 43 B

View File

Before

Width:  |  Height:  |  Size: 162 B

After

Width:  |  Height:  |  Size: 162 B

View File

Before

Width:  |  Height:  |  Size: 713 B

After

Width:  |  Height:  |  Size: 713 B

View File

Before

Width:  |  Height:  |  Size: 60 B

After

Width:  |  Height:  |  Size: 60 B

View File

Before

Width:  |  Height:  |  Size: 377 B

After

Width:  |  Height:  |  Size: 377 B

View File

Before

Width:  |  Height:  |  Size: 68 B

After

Width:  |  Height:  |  Size: 68 B

View File

Before

Width:  |  Height:  |  Size: 148 B

After

Width:  |  Height:  |  Size: 148 B

View File

Before

Width:  |  Height:  |  Size: 199 B

After

Width:  |  Height:  |  Size: 199 B

View File

Before

Width:  |  Height:  |  Size: 139 B

After

Width:  |  Height:  |  Size: 139 B

View File

Before

Width:  |  Height:  |  Size: 142 B

After

Width:  |  Height:  |  Size: 142 B

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 915 B

After

Width:  |  Height:  |  Size: 915 B

View File

Before

Width:  |  Height:  |  Size: 905 B

After

Width:  |  Height:  |  Size: 905 B

View File

Before

Width:  |  Height:  |  Size: 906 B

After

Width:  |  Height:  |  Size: 906 B

View File

Before

Width:  |  Height:  |  Size: 914 B

After

Width:  |  Height:  |  Size: 914 B

View File

Before

Width:  |  Height:  |  Size: 75 B

After

Width:  |  Height:  |  Size: 75 B

View File

Before

Width:  |  Height:  |  Size: 74 B

After

Width:  |  Height:  |  Size: 74 B

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 55 B

After

Width:  |  Height:  |  Size: 55 B

View File

Before

Width:  |  Height:  |  Size: 89 B

After

Width:  |  Height:  |  Size: 89 B

View File

Before

Width:  |  Height:  |  Size: 43 B

After

Width:  |  Height:  |  Size: 43 B

View File

Before

Width:  |  Height:  |  Size: 92 B

After

Width:  |  Height:  |  Size: 92 B

View File

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 329 B

View File

Before

Width:  |  Height:  |  Size: 309 B

After

Width:  |  Height:  |  Size: 309 B

View File

Before

Width:  |  Height:  |  Size: 291 B

After

Width:  |  Height:  |  Size: 291 B

View File

Before

Width:  |  Height:  |  Size: 554 B

After

Width:  |  Height:  |  Size: 554 B

View File

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 338 B

View File

Before

Width:  |  Height:  |  Size: 640 B

After

Width:  |  Height:  |  Size: 640 B

View File

Before

Width:  |  Height:  |  Size: 53 B

After

Width:  |  Height:  |  Size: 53 B

View File

Before

Width:  |  Height:  |  Size: 70 B

After

Width:  |  Height:  |  Size: 70 B

View File

@ -63,7 +63,7 @@ require_once(dirname(__FILE__).'/inc_errors.php');
<?php if($page['canmodify']) { ?>
<div class="tabletool">
<img src='<?php echo $mibewroot ?>/images/buttons/createagent.gif' border="0" alt="" />
<img src='<?php echo $mibewroot ?>/styles/operator_pages/default/images/buttons/createagent.gif' border="0" alt="" />
<a href='<?php echo $mibewroot ?>/operator/operator.php' title="<?php echo getlocal("page_agents.new_agent") ?>">
<?php echo getlocal("page_agents.new_agent") ?>
</a>

View File

@ -36,7 +36,7 @@ require_once(dirname(__FILE__).'/inc_errors.php');
?>
<div class="tabletool">
<img src="<?php echo $mibewroot ?>/images/buttons/createban.gif" border="0" alt=""/>
<img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/buttons/createban.gif" border="0" alt=""/>
<a href="<?php echo $mibewroot ?>/operator/ban.php" title="<?php echo getlocal("page_bans.add") ?>"
onclick="this.newWindow = window.open('<?php echo $mibewroot ?>/operator/ban.php', '', 'toolbar=0,scrollbars=1,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><?php echo getlocal("page_bans.add") ?></a>
</div>

View File

@ -57,7 +57,7 @@ require_once(dirname(__FILE__).'/inc_errors.php');
<br/>
<div class="tabletool">
<img src="<?php echo $mibewroot ?>/images/buttons/createban.gif" border="0" alt=""/>
<img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/buttons/createban.gif" border="0" alt=""/>
<a href="<?php echo $mibewroot ?>/operator/cannededit.php?lang=<?php echo form_value("lang") ?>&amp;group=<?php echo form_value("group")?>" target="_blank"
onclick="this.newWindow = window.open('<?php echo $mibewroot ?>/operator/cannededit.php?lang=<?php echo form_value("lang") ?>&amp;group=<?php echo form_value("group")?>', '', 'toolbar=0,scrollbars=1,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;">
<?php echo getlocal("canned.add") ?>

View File

@ -29,20 +29,20 @@ function tpl_content() { global $page, $mibewroot;
<div>
<table class="nicebutton"><tr>
<td><a href="<?php echo $page['link'] ?>">
<img src='<?php echo $mibewroot ?>/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td>
<img src='<?php echo $mibewroot ?>/styles/operator_pages/default/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td>
<td class="submit"><a href="<?php echo $page['link'] ?>">
<?php echo getlocal("confirm.take.yes") ?></a></td>
<td><a href="<?php echo $page['link'] ?>">
<img src='<?php echo $mibewroot ?>/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td>
<img src='<?php echo $mibewroot ?>/styles/operator_pages/default/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td>
</tr></table>
<table class="nicebutton"><tr>
<td><a href="javascript:window.close();">
<img src='<?php echo $mibewroot ?>/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td>
<img src='<?php echo $mibewroot ?>/styles/operator_pages/default/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td>
<td class="submit"><a href="javascript:window.close();">
<?php echo getlocal("confirm.take.no") ?></a></td>
<td><a href="javascript:window.close();">
<img src='<?php echo $mibewroot ?>/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td>
<img src='<?php echo $mibewroot ?>/styles/operator_pages/default/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td>
</tr></table>
<br clear="all"/>

View File

@ -63,7 +63,7 @@ require_once(dirname(__FILE__).'/inc_errors.php');
<?php if($page['canmodify']) { ?>
<div class="tabletool">
<img src='<?php echo $mibewroot ?>/images/buttons/createdep.gif' border="0" alt="" />
<img src='<?php echo $mibewroot ?>/styles/operator_pages/default/images/buttons/createdep.gif' border="0" alt="" />
<a href='<?php echo $mibewroot ?>/operator/group.php' title="<?php echo getlocal("page.groups.new") ?>">
<?php echo getlocal("page.groups.new") ?>
</a>

View File

@ -17,7 +17,7 @@
if( isset($errors) && count($errors) > 0 ) { ?>
<div class="errinfo">
<img src='<?php echo $mibewroot ?>/images/icon_err.gif' width="40" height="40" border="0" alt="" class="left"/>
<img src='<?php echo $mibewroot ?>/styles/operator_pages/default/images/icon_err.gif' width="40" height="40" border="0" alt="" class="left"/>
<?php
print getlocal("errors.header");
foreach( $errors as $e ) {

View File

@ -21,7 +21,7 @@ $isrtl = getlocal("localedirection") == 'rtl';
<html xmlns="http://www.w3.org/1999/xhtml"<?php if($isrtl) { ?> dir="rtl"<?php } ?>>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="<?php echo $mibewroot ?>/images/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="<?php echo $mibewroot ?>/styles/operator_pages/default/images/favicon.ico" type="image/x-icon"/>
<?php
if(function_exists('tpl_header'))
tpl_header();
@ -29,15 +29,15 @@ $isrtl = getlocal("localedirection") == 'rtl';
<title>
<?php echo $page['title'] ?> - <?php echo getlocal("app.title") ?>
</title>
<link href="<?php echo $mibewroot ?>/default.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 7]><link href="<?php echo $mibewroot ?>/default_ie.css" rel="stylesheet" type="text/css" /><![endif] -->
<link href="<?php echo $mibewroot ?>/styles/operator_pages/default/css/default.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 7]><link href="<?php echo $mibewroot ?>/styles/operator_pages/default/css/default_ie.css" rel="stylesheet" type="text/css" /><![endif] -->
<!--[if lte IE 6]><script language="JavaScript" type="text/javascript" src="<?php echo $mibewroot ?>/<?php echo jspath() ?>/ie.js"></script><![endif]-->
</head>
<body<?php if(!function_exists('tpl_menu')) { ?> style="min-width: 400px;"<?php } ?>>
<div id="<?php echo (isset($page) && isset($page['fixedwrap'])) ? "fixedwrap" : (function_exists('tpl_menu') ? "wrap700" : "wrap400" )?>" class="l<?php echo getlocal("localedirection") ?>">
<div id="header">
<div id="title">
<h1><img src="<?php echo $mibewroot ?>/images/logo.png" alt="" width="32" height="32" class="left logo" />
<h1><img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/logo.png" alt="" width="32" height="32" class="left logo" />
<a href="#"><?php echo isset($page['headertitle']) ? $page['headertitle'] : $page['title'] ?></a></h1>
</div>
<?php if(isset($page) && isset($page['operator'])) { ?>

View File

@ -26,7 +26,7 @@ function menuli($name) {
function tpl_menu() { global $page, $mibewroot, $errors;
if(isset($page['isOnline']) && !$page['isOnline']) { ?>
<li id="offwarn">
<img src="<?php echo $mibewroot ?>/images/dash/warn.gif" alt="" width="24" height="24"/>
<img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/dash/warn.gif" alt="" width="24" height="24"/>
<p><?php echo getlocal2("menu.goonline",array($mibewroot."/operator/users.php?nomenu")) ?></p>
</li>
<?php }

View File

@ -53,14 +53,14 @@ function tpl_content() { global $page, $mibewroot, $current_locale, $menuItemsCo
<table id="dashboard">
<tr>
<td class="dashitem">
<img src="<?php echo $mibewroot ?>/images/dash/visitors.gif" alt=""/>
<img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/dash/visitors.gif" alt=""/>
<a href='<?php echo $mibewroot ?>/operator/users.php'>
<?php echo getlocal('topMenu.users') ?></a>
<?php echo getlocal('page_client.pending_users') ?>
</td>
<td class="dashitem">
<img src="<?php echo $mibewroot ?>/images/dash/history.gif" alt=""/>
<img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/dash/history.gif" alt=""/>
<a href='<?php echo $mibewroot ?>/operator/history.php'>
<?php echo getlocal('page_analysis.search.title') ?></a>
<?php echo getlocal('content.history') ?>
@ -71,7 +71,7 @@ $menuItemsCount = 2;
<?php if($page['showstat']) { ?>
<td class="dashitem">
<img src="<?php echo $mibewroot ?>/images/dash/stat.gif" alt=""/>
<img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/dash/stat.gif" alt=""/>
<a href='<?php echo $mibewroot ?>/operator/statistics.php'>
<?php echo getlocal('statistics.title') ?></a>
<?php echo getlocal('statistics.description') ?>
@ -81,7 +81,7 @@ $menuItemsCount = 2;
<?php if( $page['showban'] ) { ?>
<td class="dashitem">
<img src="<?php echo $mibewroot ?>/images/dash/blocked.gif" alt=""/>
<img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/dash/blocked.gif" alt=""/>
<a href='<?php echo $mibewroot ?>/operator/blocked.php'>
<?php echo getlocal('menu.blocked') ?></a>
<?php echo getlocal('content.blocked') ?>
@ -90,7 +90,7 @@ $menuItemsCount = 2;
<?php } ?>
<td class="dashitem">
<img src="<?php echo $mibewroot ?>/images/dash/canned.gif" alt=""/>
<img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/dash/canned.gif" alt=""/>
<a href='<?php echo $mibewroot ?>/operator/canned.php'>
<?php echo getlocal('menu.canned') ?></a>
<?php echo getlocal('canned.descr') ?>
@ -99,7 +99,7 @@ $menuItemsCount = 2;
<?php if( $page['showadmin'] ) { ?>
<td class="dashitem">
<img src="<?php echo $mibewroot ?>/images/dash/getcode.gif" alt=""/>
<img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/dash/getcode.gif" alt=""/>
<a href='<?php echo $mibewroot ?>/operator/getcode.php'>
<?php echo getlocal('leftMenu.client_gen_button') ?></a>
<?php echo getlocal('admin.content.client_gen_button') ?>
@ -107,7 +107,7 @@ $menuItemsCount = 2;
<?php menuseparator(); ?>
<td class="dashitem">
<img src="<?php echo $mibewroot ?>/images/dash/operators.gif" alt=""/>
<img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/dash/operators.gif" alt=""/>
<a href='<?php echo $mibewroot ?>/operator/operators.php'>
<?php echo getlocal('leftMenu.client_agents') ?></a>
<?php echo getlocal('admin.content.client_agents') ?>
@ -115,7 +115,7 @@ $menuItemsCount = 2;
<?php menuseparator(); ?>
<td class="dashitem">
<img src="<?php echo $mibewroot ?>/images/dash/dep.gif" alt=""/>
<img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/dash/dep.gif" alt=""/>
<a href='<?php echo $mibewroot ?>/operator/groups.php'>
<?php echo getlocal('menu.groups') ?></a>
<?php echo getlocal('menu.groups.content') ?>
@ -123,7 +123,7 @@ $menuItemsCount = 2;
<?php menuseparator(); ?>
<td class="dashitem">
<img src="<?php echo $mibewroot ?>/images/dash/settings.gif" alt=""/>
<img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/dash/settings.gif" alt=""/>
<a href='<?php echo $mibewroot ?>/operator/settings.php'>
<?php echo getlocal('leftMenu.client_settings') ?></a>
<?php echo getlocal('admin.content.client_settings') ?>
@ -133,7 +133,7 @@ $menuItemsCount = 2;
<?php if(isset($page['currentopid']) && $page['currentopid']) {?>
<td class="dashitem">
<img src="<?php echo $mibewroot ?>/images/dash/profile.gif" alt=""/>
<img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/dash/profile.gif" alt=""/>
<a href='<?php echo $mibewroot ?>/operator/operator.php?op=<?php echo $page['currentopid'] ?>'>
<?php echo getlocal('menu.profile') ?></a>
<?php echo getlocal('menu.profile.content') ?>
@ -143,7 +143,7 @@ $menuItemsCount = 2;
<?php if(isset($page) && isset($page['localeLinks'])) { ?>
<td class="dashitem">
<img src="<?php echo $mibewroot ?>/images/dash/locale.gif" alt=""/>
<img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/dash/locale.gif" alt=""/>
<a href='#' id="changelang">
<?php echo getlocal('menu.locale') ?></a>
<?php echo getlocal('menu.locale.content') ?>
@ -153,7 +153,7 @@ $menuItemsCount = 2;
<?php if( $page['showadmin'] ) { ?>
<td class="dashitem">
<img src="<?php echo $mibewroot ?>/images/dash/updates.gif" alt=""/>
<img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/dash/updates.gif" alt=""/>
<a href='<?php echo $mibewroot ?>/operator/updates.php'>
<?php echo getlocal('menu.updates') ?></a>
<?php echo getlocal('menu.updates.content') ?>
@ -162,7 +162,7 @@ $menuItemsCount = 2;
<?php } ?>
<td class="dashitem">
<img src="<?php echo $mibewroot ?>/images/dash/exit.gif" alt=""/>
<img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/dash/exit.gif" alt=""/>
<a href='<?php echo $mibewroot ?>/operator/logout.php'>
<?php echo getlocal('topMenu.logoff') ?></a>
<?php echo getlocal('content.logoff') ?>
@ -173,8 +173,8 @@ $menuItemsCount = 2;
<?php if(isset($page) && isset($page['localeLinks'])) { ?>
<div id="dashlocalesPopup">
<a href="#" id="dashlocalesPopupClose"><img src="<?php echo $mibewroot ?>/images/dash/close.gif" alt="X"/></a>
<h2><img src="<?php echo $mibewroot ?>/images/dash/locale.gif" alt=""/>
<a href="#" id="dashlocalesPopupClose"><img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/dash/close.gif" alt="X"/></a>
<h2><img src="<?php echo $mibewroot ?>/styles/operator_pages/default/images/dash/locale.gif" alt=""/>
<b><?php echo getlocal("lang.choose") ?></b></h2>
<ul class="locales">
<?php foreach($page['localeLinks'] as $id => $title) { ?>

View File

@ -83,11 +83,11 @@ require_once(dirname(__FILE__).'/inc_errors.php');
<div class="fbutton">
<table class="submitbutton"><tr>
<td><a href="javascript:document.resetForm.submit();">
<img src='<?php echo $mibewroot ?>/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td>
<img src='<?php echo $mibewroot ?>/styles/operator_pages/default/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td>
<td class="submit"><a href="javascript:document.resetForm.submit();">
<?php echo getlocal("resetpwd.submit") ?></a></td>
<td><a href="javascript:document.resetForm.submit();">
<img src='<?php echo $mibewroot ?>/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td>
<img src='<?php echo $mibewroot ?>/styles/operator_pages/default/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td>
</tr></table>
<div class="links">

View File

@ -71,11 +71,11 @@ require_once(dirname(__FILE__).'/inc_errors.php');
<div class="fbutton">
<table class="submitbutton"><tr>
<td><a href="javascript:document.restoreForm.submit();">
<img src='<?php echo $mibewroot ?>/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td>
<img src='<?php echo $mibewroot ?>/styles/operator_pages/default/images/submit.gif' width="40" height="35" border="0" alt="" /></a></td>
<td class="submit"><a href="javascript:document.restoreForm.submit();">
<?php echo getlocal("restore.submit") ?></a></td>
<td><a href="javascript:document.restoreForm.submit();">
<img src='<?php echo $mibewroot ?>/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td>
<img src='<?php echo $mibewroot ?>/styles/operator_pages/default/images/submitrest.gif' width="10" height="35" border="0" alt="" /></a></td>
</tr></table>
<div class="links">

Some files were not shown because too many files have changed in this diff Show More