Changeset 367

Show
Ignore:
Timestamp:
05/21/08 20:28:49 (6 months ago)
Author:
johnbywater
Message:

Forcing actions to be on one line.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/dm/django/templates/registry/list.html

    r348 r367  
    9797    {% block table_row_extn %}{% endblock %} 
    9898    {% if view.canUpdateDomainObject %} 
    99     <td> 
     99    <td><nobr> 
    100100      {% block table_item_update_btn %} 
    101101      <a href="{{uriPrefix}}/{{registryPath}}/{{domainObject.getRegisterKeyValue}}/update/" title="Update"><img height="20" width="20" src="http://{{ systemMediaSocket }}{{ mediaPrefix }}/images/icon-edit.png" alt="Update"/></a> 
     
    109109      {% endblock %} 
    110110      {% block table_item_actions_extn %}{% endblock %} 
    111     </td> 
     111    </nobr></td> 
    112112    {% endif %} 
    113113  </tr>