Align element name with Fixed Field type user/miker/fixed-field-editor-label-alignment
authorMike Rylander <mrylander@gmail.com>
Wed, 2 Apr 2014 17:11:25 +0000 (13:11 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 2 Apr 2014 17:11:25 +0000 (13:11 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/xul/staff_client/server/cat/marcedit.xul

index 16505d9..1af5df9 100644 (file)
@@ -82,7 +82,7 @@
                             <label name="Type" control="Type_tb" set="BKS SER VIS MIX MAP SCO REC COM" value="Type" />
                             <textbox id="Type_tb" context="clipboard" class="plain" name="Type" maxlength="1" size="1" onkeypress="set_lock_on_keypress(event);" oninput="updateFixedFields(this);" onfocus="this.select();"/>
                             <label name="ELvl" control="ELvl_tb" set="BKS SER VIS MIX MAP SCO REC COM" value="ELvl" />
-                            <textbox id="Elvl_tb" context="clipboard" class="plain" name="ELvl" maxlength="1" size="1" onkeypress="set_lock_on_keypress(event);" oninput="updateFixedFields(this);" onfocus="this.select();"/>
+                            <textbox id="ELvl_tb" context="clipboard" class="plain" name="ELvl" maxlength="1" size="1" onkeypress="set_lock_on_keypress(event);" oninput="updateFixedFields(this);" onfocus="this.select();"/>
                             <label name="Srce" control="Srce_tb" set="BKS SER VIS MIX MAP SCO REC COM" value="Srce" />
                             <textbox id="Srce_tb" context="clipboard" class="plain" name="Srce" maxlength="1" size="1" onkeypress="set_lock_on_keypress(event);" oninput="updateFixedFields(this);" onfocus="this.select();"/>
                             <label name="Audn" control="Audn_tb" set="BKS VIS SCO REC COM" value="Audn" />