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: Tue, 06 Feb 2007 18:51:19 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   07/02/06 18:51:18

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

Log message:
        Icons in tabs
        License list moved

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

Patches:
Index: editor.xul
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/chrome/content/editor.xul,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- editor.xul  5 Feb 2007 07:26:21 -0000       1.14
+++ editor.xul  6 Feb 2007 18:51:18 -0000       1.15
@@ -40,9 +40,9 @@
     <hbox>
       <tabbox id = "t" flex = "1">
       <tabs>
-        <tab id = "t-software" label = "&t-header.label;"/>
-        <tab id = "t-c-title" label = "&t-c-title.label;"/>
-        <tab id = "t-chart" label = "&t-chart.label;"/>
+        <tab id = "t-software" class = "header" label = "&t-header.label;"/>
+        <tab id = "t-c-title" class = "criteria" label = "&t-c-title.label;"/>
+        <tab id = "t-chart" class = "graph" label = "&t-chart.label;"/>
       </tabs>
       <tabpanels flex = "1">
         <tabpanel flex = "1">
@@ -57,12 +57,12 @@
                     <label control="f-sotwarefamily" 
value="&f-sotwarefamily.value;"/><textbox id="f-sotwarefamily" 
oninput="this.setAttribute('class','inside');" 
onchange="this.setAttribute('class','outside'); changeSoftwareFamily(this);"/>
                   </vbox>
                   <vbox flex="1">
+                    <label control="f-url" value="&f-url.value;"/><textbox 
id="f-url" oninput="this.setAttribute('class','inside');" 
onchange="this.setAttribute('class','outside'); changeUrl(this);"/>
+                    <label control="f-demourl" 
value="&f-demourl.value;"/><textbox id="f-demourl" 
oninput="this.setAttribute('class','inside');" 
onchange="this.setAttribute('class','outside'); changeDemoUrl(this);"/>
                     <label control="f-license" value="&f-license.value;"/>
                     <menulist id="f-license" oncommand="changeLicense(this, 
this.selectedIndex);">
                       <menupopup id="f-license-popup"></menupopup>
                     </menulist>
-                    <label control="f-url" value="&f-url.value;"/><textbox 
id="f-url" oninput="this.setAttribute('class','inside');" 
onchange="this.setAttribute('class','outside'); changeUrl(this);"/>
-                    <label control="f-demourl" 
value="&f-demourl.value;"/><textbox id="f-demourl" 
oninput="this.setAttribute('class','inside');" 
onchange="this.setAttribute('class','outside'); changeDemoUrl(this);"/>
                   </vbox>
                 </box>
                   <label control="f-desc" value="&f-desc.value;"/><textbox 
id="f-desc" multiline="true" oninput="this.setAttribute('class','inside');" 
onchange="this.setAttribute('class','outside'); changeDesc(this);"/>




reply via email to

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