qsos-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qsos-commits] qsos/apps/xuleditor/chrome/content editor.xul


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/xuleditor/chrome/content editor.xul
Date: Mon, 13 Apr 2009 20:00:04 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>    09/04/13 20:00:04

Modified files:
        apps/xuleditor/chrome/content: editor.xul 

Log message:
        All criteria have now a description field displayed 

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/chrome/content/editor.xul?cvsroot=qsos&r1=1.21&r2=1.22

Patches:
Index: editor.xul
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/chrome/content/editor.xul,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- editor.xul  19 Sep 2007 06:57:36 -0000      1.21
+++ editor.xul  13 Apr 2009 20:00:03 -0000      1.22
@@ -116,12 +116,12 @@
           </tree>
           <splitter/>
           <vbox flex = "1">
-            <deck id="f-c-deck" selectedIndex="1">
               <groupbox>
                 <caption><label value="&label1.value;"/></caption>
-                <label id="f-c-desc"/>
+              <!--label id="f-c-desc"/-->
+              <textbox id="f-c-desc" multiline="true" readonly="true" 
class="plain"/>
               </groupbox>
-              <groupbox>
+            <groupbox id="f-g-score">
                 <caption><label value="&label2.value;"/></caption>
                 <radiogroup id="f-c-score">
                   <radio id="f-c-desc0" label="&f-c-desc0.label;" 
oncommand="changeScore(0);"/>
@@ -129,7 +129,6 @@
                   <radio id="f-c-desc2" label="&f-c-desc2.label;" 
oncommand="changeScore(2);"/>
                 </radiogroup>
               </groupbox>
-            </deck>
             <label control="f-c-comments" value="&f-c-comments.value;"/>
             <textbox id="f-c-comments" multiline="true" rows="5" 
onchange="changeComments(this);"/>
           </vbox>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]