pari: trunk r338 - /trunk/config/record.html
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Wed Feb 14 17:13:58 MST 2007
Author: pari
Date: Wed Feb 14 18:13:57 2007
New Revision: 338
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=338
Log:
changing the postion of cancel button - just to be consistent through out the gui
Modified:
trunk/config/record.html
Modified: trunk/config/record.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/record.html?view=diff&rev=338&r1=337&r2=338
==============================================================================
--- trunk/config/record.html (original)
+++ trunk/config/record.html Wed Feb 14 18:13:57 2007
@@ -328,8 +328,8 @@
</tr>
<tr> <td colspan=2 align=center height=10></td></tr>
<tr> <td colspan=2 align=center>
- <input type="button" Value="Cancel" onclick="hide_record();" class="buttonbold">
- <input type="button" id='record' Value="Record" onclick="record_new()" class="buttonbold"></td></tr>
+ <input type="button" id='record' Value="Record" onclick="record_new()" class="buttonbold">
+ <input type="button" Value="Cancel" onclick="hide_record();" class="buttonbold"></td></tr>
<tr> <td colspan=2 align=center height=10></td></tr>
</table>
</div>
More information about the asterisk-gui-commits
mailing list