[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kupu-checkins
Subject:    [kupu-checkins] r4859 - kupu/trunk/kupu/silva
From:       guido () codespeak ! net
Date:       2004-06-03 10:26:38
Message-ID: 20040603102638.65CCD5BE07 () thoth ! codespeak ! net
[Download RAW message or body]

Author: guido
Date: Thu Jun  3 12:26:37 2004
New Revision: 4859

Modified:
   kupu/trunk/kupu/silva/toolboxes.kupu
Log:
Some changes done by Kit, mainly reformatting and updating of button values.


Modified: kupu/trunk/kupu/silva/toolboxes.kupu
==============================================================================
--- kupu/trunk/kupu/silva/toolboxes.kupu	(original)
+++ kupu/trunk/kupu/silva/toolboxes.kupu	Thu Jun  3 12:26:37 2004
@@ -15,7 +15,7 @@
         }
       "></script>
 
-      <h1>link</h1>
+      <h1 style="border-top: none">link</h1>
 
       <div id="kupu-toolbox-addlink"> </div>
       <div id="kupu-toolbox-editlink"> </div>
@@ -26,7 +26,7 @@
           <input class="store" type="text" id="kupu-link-input" \
                name="kupu_link_href" style="margin-left:0.2em; width:96%" />
           <input type="button" class="button" value="add link" \
                id="kupu-link-addbutton" />
           <input type="button" class="button" value="update link" \
                id="kupu-link-updatebutton" />
-          <input type="button" class="warning" value="remove link" \
id="kupu-link-delbutton" /> +          <input type="button" class="warning" \
value="remove" id="kupu-link-delbutton" />  </form>
 
       </div>
@@ -44,7 +44,7 @@
           <input class="store" type="text" id="kupu-index-input" \
                name="kupu_index_href" style="margin-left:0.2em; width:96%" />
           <input type="button" class="button" value="add index" \
                id="kupu-index-addbutton" />
           <input type="button" class="button" value="update index" \
                id="kupu-index-updatebutton" />
-          <input type="button" class="warning" value="remove index" \
id="kupu-index-deletebutton" /> +          <input type="button" class="warning" \
value="remove" id="kupu-index-deletebutton" />  </form>
 
       </div>
@@ -107,18 +107,18 @@
       <div class="kupu-tooltray">
 
         <form name="kupu-citation-form">
-          <table width="100%" cellpadding="0">
+          <table width="100%" cellpadding="0" cellspacing="0">
             <tbody>
               <tr>
                 <td>
                   <table width="100%" style="color: #333;" border="0">
                     <tr>
                       <td width="30%">author</td>
-                      <td><input class="store" type="text" \
id="kupu-citation-authorinput" style="width:81%" /></td> +                      \
<td><input class="store" type="text" id="kupu-citation-authorinput" /></td>  </tr>
                     <tr>
                       <td>source</td>
-                      <td><input class="store" type="text" \
id="kupu-citation-sourceinput" style="width:81%" /></td> +                      \
<td><input class="store" type="text" id="kupu-citation-sourceinput" /></td>  </tr>
                   </table>
                 </td>
@@ -127,7 +127,7 @@
                 <td>
                   <input type="button" class="button" value="add citation" \
                id="kupu-citation-addbutton" />
                   <input type="button" class="button" value="update citation" \
                id="kupu-citation-updatebutton" />
-                  <input type="button" class="warning" value="remove citation" \
id="kupu-citation-deletebutton" /> +                  <input type="button" \
class="warning" value="remove" id="kupu-citation-deletebutton" />  </td>
               </tr>
             </tbody>
@@ -149,7 +149,7 @@
 
     <div class="kupu-tooltray">
 
-      <table width="100%" cellpadding="0">
+      <table width="100%" cellpadding="0" cellspacing="0">
         <tbody>
           <tr>
             <td>
@@ -174,11 +174,11 @@
                 <table width="100%" style="color: #333;">
                   <tr>
                     <td class="align-right" width="30%">rows</td>
-                    <td><input id="kupu-table-newrows"/></td>
+                    <td><input class="store" id="kupu-table-newrows"/></td>
                   </tr>
                   <tr>
                     <td class="align-right">columns</td>
-                    <td><input id="kupu-table-newcols"/></td>
+                    <td><input class="store" id="kupu-table-newcols"/></td>
                   </tr>
                   <tr>
                     <td class="align-right">heading</td>
@@ -212,14 +212,14 @@
                     <td class="align-right">column</td>
                     <td>
                         <input type="button" class="button" \
                id="kupu-table-addcolumn-button" value="add column" />
-                        <input type="button"  class="warning" \
id="kupu-table-delcolumn-button" value="remove column" /> +                        \
<input type="button"  class="warning" id="kupu-table-delcolumn-button" value="remove" \
/>  </td>
                   </tr>
                   <tr>
                     <td class="align-right">row</td>
                     <td>
                       <input type="button"  class="button" \
                id="kupu-table-addrow-button" value="add row" />
-                      <input type="button"  class="warning" \
id="kupu-table-delrow-button" value="remove row" /></td> +                      \
<input type="button"  class="warning" id="kupu-table-delrow-button" value="remove" \
/></td>  </tr>
                   <tr>
                     <td class="align-right">cleanup cells</td>
@@ -263,7 +263,7 @@
             <option value="-1">unlimited</option>
           </select>
           <input class="button" type="button" value="add toc" \
                id="kupu-toc-add-button" />
-          <input class="warning" type="button" value="remove toc" \
id="kupu-toc-del-button" /> +          <input class="warning" type="button" \
value="remove" id="kupu-toc-del-button" />  </form>
         
       </div>
@@ -289,12 +289,12 @@
                 <option tal:attributes="value id" tal:content="python:object.title \
and object.title or id" />  </tal:block>
             </tal:block>
-          </select><br />
+          </select>
           
           <input class="button" type="button" value="add external source" \
                id="kupu-extsource-addbutton" />
-          <input class="button" type="button" value="update external source" \
                id="kupu-extsource-updatebutton" />
-          <input class="button" type="button" value="cancel" \
                id="kupu-extsource-cancelbutton" />
-          <input class="warning" type="button" value="remove external source" \
id="kupu-extsource-delbutton" /> +          <input class="cancel" type="button" \
value="cancel" id="kupu-extsource-cancelbutton" /> +          <input class="button" \
type="button" value="update source" id="kupu-extsource-updatebutton" /> +          \
<input class="warning" type="button" value="remove" id="kupu-extsource-delbutton" />  \
</form>  
       </div>
@@ -320,7 +320,7 @@
       <h1 i18n:translate="save">save</h1>
       <div class="kupu-tooltray">
         <form action="." method="POST" onsubmit="return false">
-          <input type="button" class="button" value="save" \
id="kupu-save-toolbox-button" onclick="kupu.saveDocument()" /> +          <input \
type="button" class="button" value="save document" id="kupu-save-toolbox-button" \
onclick="kupu.saveDocument()" />  </form>
       </div>
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic