Fixed text link overlaps with other languages in vicidial.php
git-svn-id: svn://192.168.202.10@2520 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -521,10 +521,11 @@
|
||||
# 160326-1001 - Fixed issue #934, phone_login
|
||||
# 160331-2129 - Fixed missing start and dispo call url variables, issue #938
|
||||
# 160414-0922 - Added default_phone_code system settings option
|
||||
# 160420-1342 - Fixed text link overlaps with other languages
|
||||
#
|
||||
|
||||
$version = '2.12-490c';
|
||||
$build = '160414-0922';
|
||||
$version = '2.12-491c';
|
||||
$build = '160420-1342';
|
||||
$mel=1; # Mysql Error Log enabled = 1
|
||||
$mysql_log_count=87;
|
||||
$one_mysql_log=0;
|
||||
@@ -17538,18 +17539,15 @@ $zi=2;
|
||||
|
||||
<span style="position:absolute;left:0px;top:<?php echo $DBheight ?>px;z-index:<?php $zi++; echo $zi ?>;" id="debugbottomspan"></span>
|
||||
|
||||
<span style="position:absolute;left:300px;top:<?php echo $MBheight ?>px;z-index:<?php $zi++; echo $zi ?>;" id="ManuaLDiaLButtons"><font class="body_text">
|
||||
<span id="MDstatusSpan"><a href="#" onclick="NeWManuaLDiaLCalL('NO','','','','','YES');return false;"><?php echo _QXZ("MANUAL DIAL"); ?></a></span> <a href="#" onclick="NeWManuaLDiaLCalL('FAST','','','','','YES');return false;"><?php echo _QXZ("FAST DIAL"); ?></a><br />
|
||||
</font></span>
|
||||
<span style="position:absolute;left:300px;top:<?php echo $MBheight ?>px;z-index:<?php $zi++; echo $zi ?>;" id="DiaLlOgButtonspan">
|
||||
<span id="ManuaLDiaLButtons"><font class="body_text"><span id="MDstatusSpan"><a href="#" onclick="NeWManuaLDiaLCalL('NO','','','','','YES');return false;"><?php echo _QXZ("MANUAL DIAL"); ?></a></span> <a href="#" onclick="NeWManuaLDiaLCalL('FAST','','','','','YES');return false;"><?php echo _QXZ("FAST DIAL"); ?></a></span> </font>
|
||||
<span id="CallLogButtons"><font class="body_text"><span id="CallLogLinkSpan"><a href="#" onclick="VieWCalLLoG();return false;"><?php echo _QXZ("VIEW CALL LOG"); ?></a></span><br /></font></span>
|
||||
</span>
|
||||
|
||||
<span style="position:absolute;left:500px;top:<?php echo $CBheight ?>px;z-index:<?php $zi++; echo $zi ?>;" id="PauseCodeButtons"><font class="body_text">
|
||||
<span style="position:absolute;left:550px;top:<?php echo $CBheight ?>px;z-index:<?php $zi++; echo $zi ?>;" id="PauseCodeButtons"><font class="body_text">
|
||||
<span id="PauseCodeLinkSpan"></span> <br />
|
||||
</font></span>
|
||||
|
||||
<span style="position:absolute;left:500px;top:<?php echo $MBheight ?>px;z-index:<?php $zi++; echo $zi ?>;" id="CallLogButtons"><font class="body_text">
|
||||
<span id="CallLogLinkSpan"><a href="#" onclick="VieWCalLLoG();return false;"><?php echo _QXZ("VIEW CALL LOG"); ?></a></span> <br />
|
||||
</font></span>
|
||||
|
||||
<span style="position:absolute;left:0px;top:<?php echo $PBheight ?>px;z-index:<?php $zi++; echo $zi ?>;" id="MaiNfooterspan">
|
||||
<span id="blind_monitor_notice_span"><b><font color="red"> <span id="blind_monitor_notice_span_contents"></span></font></b></span>
|
||||
<table bgcolor="<?php echo $MAIN_COLOR ?>" id="MaiNfooter" width="<?php echo $MNwidth ?>px"><tr height="32px"><td height="32px"><font face="Arial,Helvetica" size="1"><?php echo _QXZ("VERSION:"); ?> <?php echo $version ?> <?php echo _QXZ("BUILD:"); ?> <?php echo $build ?> <?php echo _QXZ("Server:"); ?> <?php echo $server_ip ?> </font><br />
|
||||
|
||||
Reference in New Issue
Block a user