espiceland: branch 2.0 r5197 - /branches/2.0/config/bulkadd.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed May 4 14:22:51 CDT 2011


Author: espiceland
Date: Wed May  4 14:22:48 2011
New Revision: 5197

URL: http://svnview.digium.com/svn/asterisk-gui?view=rev&rev=5197
Log:
Make sample input lines centered in the page correctly.

Modified:
    branches/2.0/config/bulkadd.html

Modified: branches/2.0/config/bulkadd.html
URL: http://svnview.digium.com/svn/asterisk-gui/branches/2.0/config/bulkadd.html?view=diff&rev=5197&r1=5196&r2=5197
==============================================================================
--- branches/2.0/config/bulkadd.html (original)
+++ branches/2.0/config/bulkadd.html Wed May  4 14:22:48 2011
@@ -49,12 +49,8 @@
 			<br>
 			Each following line should contain the data that corresponds to each of the variables such as:<br>
 			<br>
-			<div style="font-size:120%;margin-left:30px;text-align:left">
-				<pre>
-				6020, Bob Jones, dynamic, peer, 6020, DLPN_Default_DialPlan, yes, 1234, bob at jones.null, yes, yes, mypassword
-				6021, Jane Doe, dynamic, peer, 6021, DLPN_Default_DialPlan, yes, 5678, jane at doe.null, yes, yes, otherpassword
-				</pre>
-			</div>
+			<p style='font-family: monospace, monospace'>6020, Bob Jones, dynamic, peer, 6020, DLPN_Default_DialPlan, yes, 1234, bob at jones.null, yes, yes, mypassword<br>
+			6021, Jane Doe, dynamic, peer, 6021, DLPN_Default_DialPlan, yes, 5678, jane at doe.null, yes, yes, otherpassword</p>
 		</td></tr>
 		<tr><td  align=center>
 			<textarea id='ta_ba_csv' rows=10 cols=120></textarea>




More information about the asterisk-gui-commits mailing list