Diff for /basket/zpt/BasketMain_manage_template_standard.zpt between versions 1.9 and 1.10

version 1.9, 2006/04/06 07:50:28 version 1.10, 2006/04/06 16:49:14
Line 9  td.vario { background-color:#AC1D15 } Line 9  td.vario { background-color:#AC1D15 }
   
 <!-- span = bodytext -->  <!-- span = bodytext -->
 <span metal:fill-slot="body" tal:omit-tag="">  <span metal:fill-slot="body" tal:omit-tag="">
 <tal:block tal:define="authorized python:here.isAuthorized()">  <tal:block tal:define="authorized python:here.checkPermission('edit')">
   
 <!-- user is logged in -->  <!-- user is logged in -->
 <tal:block tal:condition="authorized"  <tal:block tal:condition="authorized"
Line 75  td.vario { background-color:#AC1D15 } Line 75  td.vario { background-color:#AC1D15 }
     <h4>Edit Contents:</h4><br>      <h4>Edit Contents:</h4><br>
           
     <form action="changeBasketComments" name="changeSetContents">      <form action="changeBasketComments" name="changeSetContents">
       <input type="hidden" name="actualId" value="empty">
     <div class="seperator"> </div>      <div class="seperator"> </div>
     <div class="item" tal:repeat="item items">      <div class="item" tal:repeat="item items">
     <br><a tal:attributes="name item/id" />      <br><a tal:attributes="name item/id" />
Line 107  td.vario { background-color:#AC1D15 } Line 108  td.vario { background-color:#AC1D15 }
                 tal:condition="python:item.meta_type=='BasketFile'"                   tal:condition="python:item.meta_type=='BasketFile'" 
                 tal:attributes="href python:item.absolute_url()+'/upDateFile'">update file</a>                  tal:attributes="href python:item.absolute_url()+'/upDateFile'">update file</a>
             <span tal:condition="python:item.meta_type=='BasketFile'" tal:replace="python:' - '" />              <span tal:condition="python:item.meta_type=='BasketFile'" tal:replace="python:' - '" />
             <script type="text/javascript">              <tal:x tal:replace="structure python:here.saveButton(item.id)"/>
             <!--              
                 document.write('<a class="editLink" style="cursor:pointer"' +  
                     'onClick="forms.changeSetContents.submit();">save<' + '/a> - ');  
             // -->  
             </script>  
             <noscript>              <noscript>
                 <input type="submit" value="change" align="right">                  <input type="submit" value="change" align="right">
             </noscript>              </noscript>

Removed from v.1.9  
changed lines
  Added in v.1.10


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>