Ignore:
Timestamp:
7 Mar 2008, 16:37:05 (17 years ago)
Author:
joachim
Message:
  1. show --- as default, and dont edit when set
  2. show full filename
  3. check if upload-object exists, display error message, at the moment the
File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_upload/uploads_form.pt

    r3277 r3283  
    4040            <td align="left" valign="middle" style="width: 5px;">
    4141              <input type="checkbox" name="ids:list" value="" id="" class="noborder"
    42                      tal:define="id row/id"
     42                     tal:define="id string:${row/id}.csv"
    4343                     tal:attributes="value id;
    4444                     id python:'cb_' + id;
     
    4747            </td>
    4848            <td tal:condition="nothing"> <a href="view" tal:attributes="href string:${row/url}"> <span tal:content="row/id" /></a>  </td>
    49             <td tal:content="row/id" ></td>
     49            <td tal:content="string:${row/id}.csv" ></td>
    5050            <td>
    5151              <select name="import_layout:record" tal:attributes="name string:${row/id}.import_layout:record">
     
    6969              </span>
    7070            </td>
    71             <td tal:condition="nothing">
     71            <td tal:condition="python:0">
    7272            <a href="edit" tal:attributes="href string:${row/url}/external_edit_form"
    7373                target="edit"
Note: See TracChangeset for help on using the changeset viewer.