pari: trunk r613 - /trunk/config/

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Thu Apr 5 19:20:46 MST 2007


Author: pari
Date: Thu Apr  5 21:20:46 2007
New Revision: 613

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=613
Log:
minor fixes for positioning

Modified:
    trunk/config/feditor.html
    trunk/config/localexts.html
    trunk/config/meetme.html
    trunk/config/queues.html
    trunk/config/status.html
    trunk/config/voicemail.html

Modified: trunk/config/feditor.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/feditor.html?view=diff&rev=613&r1=612&r2=613
==============================================================================
--- trunk/config/feditor.html (original)
+++ trunk/config/feditor.html Thu Apr  5 21:20:46 2007
@@ -31,7 +31,7 @@
 }
 
 function localajaxinit() {
-	top._$('mainscreen').width= 800;
+	top._$('mainscreen').width= 798;
 	setWindowTitle("File Editor");
 	parent.loadscreen(this);
 

Modified: trunk/config/localexts.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/localexts.html?view=diff&rev=613&r1=612&r2=613
==============================================================================
--- trunk/config/localexts.html (original)
+++ trunk/config/localexts.html Thu Apr  5 21:20:46 2007
@@ -196,6 +196,7 @@
 		</table>
 	</fieldset>
 	<center>
+		<div height=10></div><BR>
 		<input type=button id="save" value="Save">&nbsp;&nbsp;<input type=button id="cancel" value="Cancel">
 	</center>
 </td>

Modified: trunk/config/meetme.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/meetme.html?view=diff&rev=613&r1=612&r2=613
==============================================================================
--- trunk/config/meetme.html (original)
+++ trunk/config/meetme.html Thu Apr  5 21:20:46 2007
@@ -455,6 +455,7 @@
 				</table>
 			</td>
 			</tr>
+			<tr ><td height=10></td></tr>
 			<tr onmouseover="show_tooltip('en', 'meetme', 6);">
 				<td style="cursor: pointer; cursor: hand;">
 					<img id="split" onClick="togglefeatures()" src="images/split-v.gif">

Modified: trunk/config/queues.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/queues.html?view=diff&rev=613&r1=612&r2=613
==============================================================================
--- trunk/config/queues.html (original)
+++ trunk/config/queues.html Thu Apr  5 21:20:46 2007
@@ -521,6 +521,7 @@
 				</table>
 			</td>
 			</tr>
+			<tr ><td height=10></td></tr>
 			<tr onmouseover="show_tooltip('en', 'queues', 4);">
 				<td style="cursor: pointer; cursor: hand;"><img id="split" onClick="togglefeatures()" src="images/split-v.gif"></td>
 			</tr>

Modified: trunk/config/status.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/status.html?view=diff&rev=613&r1=612&r2=613
==============================================================================
--- trunk/config/status.html (original)
+++ trunk/config/status.html Thu Apr  5 21:20:46 2007
@@ -130,13 +130,10 @@
 </script>
 <body id="foo" onload="localajaxinit()"  bgcolor="EFEFEF" onunload="localajaxend()">
 <div class="mainscreenTitleBar">
-	<span style="margin-left: 4px;font-weight:bold">Channels Status</span>
+	<span style="margin-left: 4px;font-weight:bold">Active Channels</span>
 </div>
 <div class="mainscreenContentBox" id="userscontent">
 <table class="mainscreenTable" align="center">
-	<tr valign="top" height="18">
-		<td> Active Channels: </td>
-	</tr>
 	<tr height=32 valign="middle">
 		<td align="center">
 		<input type="submit" onClick="refreshChannelsList()" id="refresh" value="Refresh"  onmouseover="show_tooltip('en', 'status', 1);"  class="buttonbold">

Modified: trunk/config/voicemail.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/voicemail.html?view=diff&rev=613&r1=612&r2=613
==============================================================================
--- trunk/config/voicemail.html (original)
+++ trunk/config/voicemail.html Thu Apr  5 21:20:46 2007
@@ -374,6 +374,7 @@
 				</table>
 			</td>
 			</tr>
+			<tr ><td height=10></td></tr>
 			<tr onmouseover="show_tooltip('en', 'voicemail', 8);" >
 				<td style="cursor: pointer; cursor: hand;"><img id="split" onClick="togglefeatures()" src="images/split-v.gif"></td>
 			</tr>



More information about the asterisk-gui-commits mailing list