Changeset 1087

Show
Ignore:
Timestamp:
11/14/06 15:15:39
Author:
johnsa
Message:

committing some basic changes to categories UI in personal client (more to come)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r1084 r1087  
    27172717  <!--+++++++++++++++ Categories ++++++++++++++++++++--> 
    27182718  <xsl:template name="categoryList"> 
    2719     <h2>Manage Categories</h2> 
    2720     <p> 
    2721       Select the category you would like to update: 
    2722       <input type="button" name="return" value="Add new category" onclick="javascript:location.replace('{$category-initAdd}')"/> 
    2723     </p> 
    2724  
    2725     <table class="common" cellspacing="0"> 
     2719    <h2> 
     2720      Manage Categories 
     2721      <input type="button" name="return" value="Add new category" onclick="javascript:location.replace('{$category-initAdd}')" class="titleButton"/> 
     2722    </h2> 
     2723    <table class="common" id="categories" cellspacing="0"> 
    27262724      <tr> 
    2727         <th class="commonHeader">Keyword</th> 
    2728         <th class="commonHeader">Description</th> 
     2725        <th class="commonHeader" colspan="2">Edit/Delete Categories</th> 
    27292726      </tr> 
    2730  
    27312727      <xsl:for-each select="/bedework/categories/category"> 
    27322728        <xsl:variable name="categoryKey" select="normalize-space(keyword)"/> 
     
    27482744    <xsl:choose> 
    27492745      <xsl:when test="/bedework/creating='true'"> 
    2750         <h2>Add Category</h2> 
     2746        <h2>Manage Categories</h2> 
    27512747        <form action="{$category-update}" method="post"> 
    27522748          <table class="common" cellspacing="0"> 
     2749            <tr> 
     2750              <th class="commonHeader" colspan="2">Add Category</th> 
     2751            </tr> 
    27532752            <tr> 
    27542753              <td class="fieldname"> 
     
    27602759            </tr> 
    27612760            <tr> 
    2762               <td class="optional"> 
     2761              <td class="fieldname optional"> 
    27632762                Description: 
    27642763              </td> 
     
    27812780      </xsl:when> 
    27822781      <xsl:otherwise> 
    2783         <h2>Update Category</h2> 
     2782        <h2>Manage Categories</h2> 
    27842783        <form action="{$category-update}" method="post"> 
    27852784          <table class="common" cellspacing="0"> 
     2785            <tr> 
     2786              <th class="commonHeader" colspan="2">Update Category</th> 
     2787            </tr> 
    27862788            <tr> 
    27872789              <td class="fieldname"> 
     
    27942796            </tr> 
    27952797            <tr> 
    2796               <td class="optional"> 
     2798              <td class="fieldname optional"> 
    27972799            Description: 
    27982800            </td> 
     
    28402842      </tr> 
    28412843      <tr> 
    2842         <td class="optional"> 
     2844        <td class="fieldname optional"> 
    28432845          Description: 
    28442846        </td>