changed "refresh" link on FORM tab to "reset form" in vicidial.php, issue #580
git-svn-id: svn://192.168.202.10@1895 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -98,6 +98,7 @@ Unidentified Hangup Cause Code||
|
||||
YOU MUST SELECT AN AGENT TO TRANSFER TO WHEN USING AGENTDIRECT||
|
||||
Another live agent session was open using your user ID. It has been disabled. Click OK to continue to the agent screen||
|
||||
View Comment History||
|
||||
reset form||
|
||||
|
||||
|
||||
############################################################ MANAGER Manual
|
||||
|
||||
@@ -13546,8 +13546,8 @@ if ($agent_display_dialable_leads > 0)
|
||||
<table border="0" bgcolor="<?php echo $SCRIPT_COLOR ?>" width="<?php echo $SSwidth ?>px" height="<?php echo $SSheight ?>px"><tr><td align="left" valign="top"><font class="sb_text"><div class="noscroll_script" id="FormContents"><iframe src="./vdc_form_display.php?lead_id=&list_id=&stage=WELCOME" style="background-color:transparent;" scrolling="auto" frameborder="0" allowtransparency="true" id="vcFormIFrame" name="vcFormIFrame" width="<?php echo $SDwidth ?>px" height="<?php echo $SSheight ?>px" STYLE="z-index:18"> </iframe></div></font></td></tr></table>
|
||||
</span>
|
||||
|
||||
<span style="position:absolute;left:<?php echo $AMwidth ?>px;top:<?php echo $SRheight ?>px;z-index:<?php $zi++; echo $zi ?>;" id="FormRefresH">
|
||||
<a href="#" onclick="FormContentsLoad()"><font class="body_small">refresh</font></a>
|
||||
<span style="position:absolute;left:<?php $tempAMwidth = ($AMwidth - 15); echo $tempAMwidth ?>px;top:<?php echo $SRheight ?>px;z-index:<?php $zi++; echo $zi ?>;" id="FormRefresH">
|
||||
<a href="#" onclick="FormContentsLoad()"><font class="body_small">reset form</font></a>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user