/[pac]/pac/PACDefault/skins/pac_templates/actionrecipient_view.pt
ViewVC logotype

Diff of /pac/PACDefault/skins/pac_templates/actionrecipient_view.pt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by tvon, Mon Nov 10 22:51:30 2003 UTC revision 1.10 by tvon, Mon Nov 10 22:59:23 2003 UTC
# Line 245  Line 245 
245                          </metal:block>                          </metal:block>
246                      </tbody>                      </tbody>
247                  </table>                  </table>
248                    <table width="100%" class="listing"
249                        tal:condition="python:here.getNotes()">
250                        <thead>
251                            <tr>
252                                <th>&nbsp;Notes&nbsp;</th>
253                            </tr>
254                        </thead>
255                        <tbody>
256                            <metal:block tal:repeat="i here/getNotes">
257                                <tr class="even">
258                                    <td>
259                                        <span tal:content="i"/><br/>
260                                    </td>
261                                </tr>
262                            </metal:block>
263                        </tbody>
264                    </table>
265    
266              </div>              </div>
267    

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26