Changeset 2972
- Timestamp:
- 02/24/07 21:41:15 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/templates/entities/show.html
r2959 r2972 25 25 >Entities</a></li> 26 26 <li class="here"><a href="${h.url_for('entity', db_id=c.db_id, extent_id=c.extent.name, id=c.entity.sys.oid)}" 27 >${h.label(c.entity) }</a></li>27 >${h.label(c.entity) | h}</a></li> 28 28 </ul> 29 29 </%def> sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/templates/extents/show.html
r2954 r2972 49 49 <li> 50 50 <a href="${h.url_for('extent_q_methods', db_id=c.db_id, extent_id=c.extent.name)}" 51 >Quer ies</a>51 >Query Methods</a> 52 52 </li> 53 53 54 54 <li> 55 55 <a href="${h.url_for('extent_t_methods', db_id=c.db_id, extent_id=c.extent.name)}" 56 >Transaction s</a>56 >Transaction Methods</a> 57 57 </li> 58 58 </ul>
