Skip to content

Commit

Permalink
0.6.2 rev 4104
Browse files Browse the repository at this point in the history
  • Loading branch information
nightflyza committed Jan 15, 2015
1 parent 5210858 commit 73f8479
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 14 deletions.
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2 rev 4100
0.6.2 rev 4104
4 changes: 2 additions & 2 deletions api/libs/api.workaround.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ function web_EditorStringDataFormMAC($fieldnames, $fieldkey, $useraddress, $oldd
if ($altconf['MACVEN_ENABLED']) {
$vendorframe = wf_tag('iframe', false, '', 'src="?module=macvendor&mac=' . $olddata . '" width="360" height="160" frameborder="0"');
$vendorframe.= wf_tag('iframe', true);
$lookuplink = wf_modal(wf_img('skins/macven.gif', __('Device vendor')), __('Device vendor'), $vendorframe, '', '400', '220');
$lookuplink = wf_modalAuto(wf_img('skins/macven.gif', __('Device vendor')), __('Device vendor'), $vendorframe, '');
} else {
$lookuplink = '';
}
Expand Down Expand Up @@ -375,7 +375,7 @@ function web_EditorStringDataFormMACSelect($fieldnames, $fieldkey, $useraddress,
if ($alterconf['MACVEN_ENABLED']) {
$vendorframe = wf_tag('iframe', false, '', 'src="?module=macvendor&mac=' . $olddata . '" width="360" height="160" frameborder="0"');
$vendorframe.= wf_tag('iframe', true);
$lookuplink = wf_modal(wf_img('skins/macven.gif', __('Device vendor')), __('Device vendor'), $vendorframe, '', '400', '220');
$lookuplink = wf_modalAuto(wf_img('skins/macven.gif', __('Device vendor')), __('Device vendor'), $vendorframe,'');
} else {
$lookuplink = '';
}
Expand Down
4 changes: 2 additions & 2 deletions config/globalmenu.ini
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ NEED_OPTION=PAYMENTCARDS_ENABLED
[cftypes]
NAME="Profile fields"
URL="?module=cftypes"
ICON=""
ICON="cftypes.png"
CATEGORY=2
NEED_RIGHT=CFTYPES
NEED_OPTION=
Expand Down Expand Up @@ -247,7 +247,7 @@ NEED_RIGHT=MASSSEND
NEED_OPTION=MASSSEND_ENABLED

[mtsigmon]
NAME="Mikrotik signal monitor"
NAME="Mikrotik AP signals"
URL="?module=mtsigmon"
ICON="mtsigmon.png"
CATEGORY=2
Expand Down
1 change: 1 addition & 0 deletions languages/russian/billing.php
Original file line number Diff line number Diff line change
Expand Up @@ -1835,6 +1835,7 @@
$lang['def']['Personalize menu']='Пресонализировать меню';
$lang['def']['Selfcredits']='Самокредитование';
$lang['def']['Fast access']='Быстрый доступ';
$lang['def']['Mikrotik AP signals']='Сигнал БС Mikrotik';
$lang['def']['']='';


Expand Down
1 change: 1 addition & 0 deletions languages/ukrainian/billing.php
Original file line number Diff line number Diff line change
Expand Up @@ -1849,5 +1849,6 @@
$lang['def']['Personalize menu']='Пресоналізувати меню';
$lang['def']['Selfcredits']='Самокредитування';
$lang['def']['Fast access']='Швидкий доступ';
$lang['def']['Mikrotik AP signals']='Сигнал БС Mikrotik';

?>
Binary file added skins/menuicons/cftypes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions skins/ubng/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ header .toggleLinkWMAN {
}


/* responsive release info */
@media only screen and (max-width: 1000px) {
.ubverinfo {
display: none;
}
}


header#header h1.site_title, header#header h2.section_title {
float: left;
Expand Down Expand Up @@ -183,6 +176,7 @@ border-radius: 5px;
box-shadow: 0 1px 0 #fff;
height: 23px;
margin: 4px 3%;
overflow: hidden;
}

.breadcrumbs a {
Expand Down
18 changes: 18 additions & 0 deletions skins/ubng/css/ubilling.css
Original file line number Diff line number Diff line change
Expand Up @@ -536,4 +536,22 @@ margin-top: -130px;
float: left;
padding-left: 10px;
padding-right: 5px;
}


/* responsive release info */
@media only screen and (max-width: 1000px) {
.ubverinfo {
display: none;
}

.ubproductname {
font-size: 12pt;
}
}

@media only screen and (max-width: 800px) {
.ubproductname {
display: none;
}
}
2 changes: 1 addition & 1 deletion skins/ubng/skin.general.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<a href="http://ubilling.net.ua">
<img src="<?=CUR_SKIN_PATH?>/images/logo.png" height="32" border="0">
</a>
Ubilling
<span class="ubproductname">Ubilling</span>
<sup class="ubverinfo"><?=file_get_contents('RELEASE')?></sup>
</h1>

Expand Down
2 changes: 1 addition & 1 deletion userstats/config/userstats.ini
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ SP_URL=http://www.vataga.com.ua/speedtest_mini/
;Downloads module enabled?
ZL_ENABLED=1
;Downloads options in format icon_path|url|title - delimiter comma
ZL_OPTIONS="iconz/key.gif|http://stargazer.net.ua/download/inetaccess/2.62.8/inetaccess.2.62.8.win.exe|Авторизатор для Windows"
ZL_OPTIONS="iconz/chrome.png|http://tinyurl.com/px3poz7|Расширение для Chrome"

;account freezing enabled?
AF_ENABLED=1
Expand Down
Binary file added userstats/iconz/chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added userstats/iconz/firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 73f8479

Please sign in to comment.