|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Interface for the Edit Source system.
Version: 0.7.0
Author: Grant Gredvig
<?xml version="1.0" encoding="UTF-8"?> <!-- /* ***** BEGIN LICENSE BLOCK ***** * Licensed under Version: MPL 1.1/GPL 2.0/LGPL 2.1 * Full Terms at http://mozile.mozdev.org/license.html * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code was written by Grant Gredvig <Grant.Gredvig@Sun.COM>. * * The Initial Developer of the Original Code is Grant Gredvig. * Portions created by the Initial Developer are Copyright (C) 2006 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Grant Gredvig <Grant.Gredvig@Sun.COM> * James A. Overton <james@overton.ca> * * ***** END LICENSE BLOCK ***** */ /** * @fileoverview Interface for the Edit Source system. * @link http://mozile.mozdev.org * @author Grant Gredvig <Grant.Gredvig@Sun.COM> * @version 0.7.0 */ --> <xul:vbox id="MozileAboutInterface" class="mozileInterface" xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <div class="header"> <xul:label value="Edit Source" /> </div> <xul:textbox multiline="true" rows="10" id="sourceEditor" value=""/> <div class="buttons"> <xul:button label="Apply" oncommand="mozile.getEditSourceInterface().Apply()"/> <xul:button label="Close" oncommand="mozile.getEditSourceInterface().hide()"/> </div> </xul:vbox>
|
||||||||
PREV NEXT | FRAMES NO FRAMES |