[smoothoperator] r4207 committed - Clean up some of the gui

1 view
Skip to first unread message

smootho...@googlecode.com

unread,
Apr 30, 2013, 5:12:12 PM4/30/13
to smootho...@googlegroups.com
Revision: 4207
Author: ma...@venturevoip.com
Date: Tue Apr 30 14:11:59 2013
Log: Clean up some of the gui
http://code.google.com/p/smoothoperator/source/detail?r=4207

Modified:
/SmoothOperatorCRM/css/default.css
/SmoothOperatorCRM/outer_header.php
/SmoothOperatorCRM/phono.php

=======================================
--- /SmoothOperatorCRM/css/default.css Fri Sep 21 13:20:52 2012
+++ /SmoothOperatorCRM/css/default.css Tue Apr 30 14:11:59 2013
@@ -1618,6 +1618,29 @@
position:relative;
top:1px;
}
+.buttonx:disabled {
+
+ -moz-box-shadow:inset 0px 1px 0px 0px #999999;
+ -webkit-box-shadow:inset 0px 1px 0px 0px #999999;
+ box-shadow:inset 0px 1px 0px 0px #999999;
+ background:-webkit-gradient( linear, left top, left bottom,
color-stop(0.05, #eeeeee), color-stop(1, #aaaaaa) );
+ background:-moz-linear-gradient( center top, #eeeeee 5%, #aaaaaa 100% );
+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',
endColorstr='#aaaaaa');
+ background-color:#eeeeee;
+ -moz-border-radius:6px;
+ -webkit-border-radius:6px;
+ border-radius:6px;
+ border:1px solid #aaaaaa;
+ display:inline-block;
+ color:#ffffff;
+ font-family:arial;
+ font-size:12px;
+ font-weight:bold;
+ padding:10px 20px;
+ text-decoration:none;
+ text-shadow:2px 2px 2px #444444;
+ color: #cccccc;
+}


.button_reschedule {
@@ -1654,6 +1677,29 @@
top:1px;
}

+.button_reschedule:disabled {
+
+ -moz-box-shadow:inset 0px 1px 0px 0px #999999;
+ -webkit-box-shadow:inset 0px 1px 0px 0px #999999;
+ box-shadow:inset 0px 1px 0px 0px #999999;
+ background:-webkit-gradient( linear, left top, left bottom,
color-stop(0.05, #eeeeee), color-stop(1, #aaaaaa) );
+ background:-moz-linear-gradient( center top, #eeeeee 5%, #aaaaaa 100% );
+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',
endColorstr='#aaaaaa');
+ background-color:#eeeeee;
+ -moz-border-radius:6px;
+ -webkit-border-radius:6px;
+ border-radius:6px;
+ border:1px solid #aaaaaa;
+ display:inline-block;
+ color:#ffffff;
+ font-family:arial;
+ font-size:12px;
+ font-weight:bold;
+ padding:10px 20px;
+ text-decoration:none;
+ text-shadow:2px 2px 2px #444444;
+ color: #cccccc;
+}


.noTitleStuff .ui-dialog-titlebar {height: 10px;font-size: 8px}
=======================================
--- /SmoothOperatorCRM/outer_header.php Thu Aug 16 13:47:04 2012
+++ /SmoothOperatorCRM/outer_header.php Tue Apr 30 14:11:59 2013
@@ -1,4 +1,4 @@
-<frameset cols="*, 150" border="1">
+<frameset cols="*, 190" border="1">
<frame name="CRM" id="CRM" src="index.php" >
<?if (isset($_GET['debug'])) {
?>
=======================================
--- /SmoothOperatorCRM/phono.php Tue Apr 30 10:00:18 2013
+++ /SmoothOperatorCRM/phono.php Tue Apr 30 14:11:59 2013
@@ -145,12 +145,19 @@
<head>
<script src="js/jquery-1.4.2.min.js"></script>
<script src="http://s.phono.com/releases/0.6/jquery.phono.js"></script>
+<link rel="stylesheet" type="text/css" href="css/default.css?ver=6">
+
<style>
+
+
+
+
+
body {
padding: 0px;
margin:0px;
}
-#content {
+#content2 {
margin: 0px;
padding: 10px;
background-image: linear-gradient(bottom, rgb(255,255,255) 0%,
rgb(116,157,222) 100%);
@@ -169,7 +176,7 @@
}
</style>
</head>
-<body bgcolor="#fff"><div id="content" style="100%">
+<body bgcolor="#fff"><div id="content2" style="100%">
<center>
<span id="heading" style="font-family: arial">
Soft Phone
@@ -378,18 +385,18 @@
}

</script>
-<input id="call" type="button" disabled="true" value="Loading..." /><br />
+<input id="call" type="button" class="buttonx" disabled="true"
value="Loading..." /><br />
<div id="pause_buttons" style="display: none;font-family: arial">
-<button type="button" id="pause" value="Pause"
onclick="jQuery('#testing').load('phono.php?pause=true');jQuery('#pause').hide();jQuery('#unpause').show();"
style="text-decoration: none;height: 32px;vertical-align: middle; padding:
8px"><img src="images/control_pause_blue.png" align="bottom" width="16"
height="16"/>&nbsp;Pause</button>
-<button type="button" value="Resume" id="unpause"
onclick="jQuery('#testing').load('phono.php?pause=false');jQuery('#pause').show();jQuery('#unpause').hide();"
style="display: none;text-decoration: none;height: 32px;vertical-align:
middle; padding: 8px"><img src="images/control_play_blue.png" width="16"
height="16" align="bottom" />&nbsp;Resume</button>
-Transfer Number: <input type="text" id="transfer_number">
-<button id="transfer" onclick="transfer();">Transfer Call</button>
-<button id="transfer2" onclick="transfer_both();">Complete
Transfer</button>
-<button id="transfer3" onclick="transfer_single();">Abandon
Transfer</button>
-<button id="transfer4" onclick="return_to_queue();">Return To
Queue</button>
+<button class="buttonx" type="button" id="pause" value="Pause"
onclick="jQuery('#testing').load('phono.php?pause=true');jQuery('#pause').hide();jQuery('#unpause').show();"
style="text-decoration: none;height: 32px;vertical-align: middle; padding:
8px"><img src="images/control_pause_blue.png" align="bottom" width="16"
height="16"/>&nbsp;Pause</button><br />
+<button class="buttonx" type="button" value="Resume" id="unpause"
onclick="jQuery('#testing').load('phono.php?pause=false');jQuery('#pause').show();jQuery('#unpause').hide();"
style="display: none;text-decoration: none;height: 32px;vertical-align:
middle; padding: 8px"><img src="images/control_play_blue.png" width="16"
height="16" align="bottom" />&nbsp;Resume</button>
+<br />Transfer Number: <br /><input type="text" id="transfer_number"
style="width: 100px">
+<button class="buttonx" id="transfer" onclick="transfer();">Transfer
Call</button>
+<button class="buttonx" id="transfer2"
onclick="transfer_both();">Complete Transfer</button>
+<button class="button_reschedule" id="transfer3"
onclick="transfer_single();">Abandon Transfer</button>
+<button class="buttonx" id="transfer4"
onclick="return_to_queue();">Return To Queue</button>
</div>
-<input id="disconnect" type="button" disabled = "true" value="Disconnect
caller" onclick = "call.digit('*');" /><br />
-<input id="hangup" type="button" disabled="true" value="Logout" /><br />
+<input id="disconnect" type="button" class="buttonx" disabled = "true"
value="Disconnect caller" onclick = "call.digit('*');" /><br />
+<button id="hangup" type="button" class="button_reschedule"
disabled="true" value="Logout" >Logout</button><br />
<script type='text/javascript' src='js/jquery-1.3.2.min.js'></script>
<script>
jQuery.noConflict();
Reply all
Reply to author
Forward
0 new messages