rbrindley: branch 2.0 r4656 - /branches/2.0/config/users.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Mar 24 14:44:08 CDT 2009


Author: rbrindley
Date: Tue Mar 24 14:44:05 2009
New Revision: 4656

URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4656
Log:

- moved inline styling to CSS


Modified:
    branches/2.0/config/users.html

Modified: branches/2.0/config/users.html
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/users.html?view=diff&rev=4656&r1=4655&r2=4656
==============================================================================
--- branches/2.0/config/users.html (original)
+++ branches/2.0/config/users.html Tue Mar 24 14:44:05 2009
@@ -72,6 +72,24 @@
 		cursor: default;
 	}
 
+	.top_buttons > span.guiButton, .top_buttons > span.guiButtonNew, .top_buttons > span.guiButtonDelete {
+		float: left;
+	}
+
+	.top_buttons > span.lite_Heading {
+		margin-left: 80px;
+	}
+
+	#whereToBuy_button {
+		float: right;
+		margin-right: 30px;
+	}
+
+	#edit_userExtension_div {
+		display: none;
+		width: 750px;
+	}
+
 </style>
 
 <body bgcolor="#EFEFEF">
@@ -79,19 +97,19 @@
 	<span class='refresh_icon' onclick="window.location.reload();" >&nbsp;<img src="images/refresh.png" title=" Refresh " border=0 >&nbsp;</span>
 </div>
 	<div class='top_buttons'>
-		<span id='new' class='guiButtonNew' onclick='USERS_MISC_FUNCTIONS.NEW_USER_FORM();' style='float:left'>Create New User</span>
-		<span class='guiButton' onclick='USERS_MISC_FUNCTIONS.EDIT_SELECTEDUSERs_FORM();' style='float:left'>Modify Selected Users</span>
-		<span class='guiButtonDelete' onclick='USERS_MISC_FUNCTIONS.DELETE_SELECTED_USERS();' style='float:left'>Delete Selected Users</span>
-
-		<span class='guiButton' style='float:right; margin-right:30px;' onclick='buynow_action();' id='whereToBuy_button' tip="en,users,98">Where to Buy</span>
-		<span class='lite_Heading' style='margin-left: 80px'> List of User Extensions </span>
+		<span id='new' class='guiButtonNew' onclick='USERS_MISC_FUNCTIONS.NEW_USER_FORM();'>Create New User</span>
+		<span class='guiButton' onclick='USERS_MISC_FUNCTIONS.EDIT_SELECTEDUSERs_FORM();'>Modify Selected Users</span>
+		<span class='guiButtonDelete' onclick='USERS_MISC_FUNCTIONS.DELETE_SELECTED_USERS();'>Delete Selected Users</span>
+
+		<span class='guiButton' onclick='buynow_action();' id='whereToBuy_button' tip="en,users,98">Where to Buy</span>
+		<span class='lite_Heading'> List of User Extensions </span>
 	</div>
 
 <div id='table_userslist_container'>
 <table id='table_userslist' cellpadding=0 cellspacing=0 border=0 align=center></table>
 </div>
 
-<div id="edit_userExtension_div" STYLE="width:750; display: none;" class='dialog'>
+<div id="edit_userExtension_div" class='dialog'>
 	<TABLE width="100%" cellpadding=0 cellspacing=0>
 	<TR class="dialog_title_tr">
 		<TD class="dialog_title" onmousedown="ASTGUI.startDrag(event);"><span id="edit_userExtension_div_title"></span></TD>




More information about the asterisk-gui-commits mailing list