history.js: comment
[conkeror.git] / content / minibuffer.xul
blob34fc4429d0ec73c88eda1b385a987c4abf6e1132
1 <?xml version="1.0"?>
2 <!--
3 (C) Copyright 2004-2007 Shawn Betts
4 (C) Copyright 2007-2010 John J. Foerch
5 (C) Copyright 2007-2008 Jeremy Maitin-Shepard
7 Use, modification, and distribution are subject to the terms specified in the
8 COPYING file.
9 -->
10 <?xml-stylesheet href="minibuffer.css" type="text/css"?>
11 <overlay
12 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
13 xmlns:html="http://www.w3.org/1999/xhtml">
14 <window>
15 <hbox id="minibuffer" minibuffermode="message">
16 <label class="minibuffer" id="minibuffer-message" flex="1" crop="right" value=""/>
17 <label class="minibuffer" id="minibuffer-prompt" crop="left" value=""/>
18 <textbox class="plain" id="minibuffer-input" flex="1"/>
19 </hbox>
20 </window>
21 </overlay>