Ignore:
Timestamp:
27 Sep 2006, 21:45:50 (18 years ago)
Author:
joachim
Message:

fixed button functions, level_index_view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_academics/level_index_view.pt

    r566 r573  
    3535                       checked python:id in info['choosen_ids'];"
    3636                       />
    37               </td>
    38               <td><a href="view" tal:attributes="href string:${row/url}">
    39                   <strong tal:content="row/title" /></a> </td>
    40               <td tal:content="row/id"></td>
    41               <td tal:content="python: test(row['core'],'core','elective')"></td>
    42             </tr>
    43           </span>
    44         </table>
     37                </td>
     38                <td><a href="view" tal:attributes="href string:${row/url}">
     39                    <strong tal:content="row/title" /></a> </td>
     40                <td tal:content="row/id"></td>
     41                <td tal:content="python: test(row['core'],'core','elective')"></td>
     42                <td tal:content="row/review_state"> </td>
     43                <td><a href="edit" tal:attributes="href string:${row/url}/cpsdocument_edit_form">[edit]</a></td>
     44              </tr>
     45            </span>
     46          </table>
    4547        <table width="100%" cellspacing="0" cellpadding="2"
    4648               class="folderButtons">
Note: See TracChangeset for help on using the changeset viewer.