tweak
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 26 Jun 2006 05:50:25 +0000 (05:50 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 26 Jun 2006 05:50:25 +0000 (05:50 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@4780 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/main/ws_info.xul

index c996cb2..8fbba4f 100644 (file)
        ]]>
        </script>
 
-       <vbox flex="1">
+       <vbox flex="1" style="background: #993333">
+               <description>
+                       Enter a workstation name and library to register this client under:
+               </description>
                <hbox>
                        <label value="Name" control="wsname"/>
                        <textbox id="wsname" />
                </hbox>
+               <hbox id="placeholder"/>
                <hbox>
-                       <hbox id="placeholder"/>
                        <button label="Register" accesskey="R" oncommand="register();"/>
                </hbox>
        </vbox>