Ticket #76 (assigned enhancement)

Opened 1 year ago

Last modified 10 months ago

Template for edit tab

Reported by: gaspard Assigned to: gaspard (accepted)
Priority: major Milestone: 0.8
Component: zena Keywords:
Cc: Estimated Number of Hours: 3
Add Hours to Ticket: 0 Billable?: 1
Total Hours: 0

Description (Last modified by gaspard)

It should be possible to create a template that will render as a tab in the version edit window.

The template could be named:

Klass-*edit

How do we avoid rendering any page in this "tab" mode ?

  • we just use the '*' prefix : "Klass-*edit" as with 'login', etc

Change History

2007-09-05 09:09:51 changed by gaspard

  • description changed.

2008-01-27 23:31:03 changed by gaspard

  • status changed from new to assigned.
  • description changed.

2008-01-27 23:31:43 changed by gaspard

  • description changed.

2008-01-27 23:41:08 changed by gaspard

  • description changed.

We cannot afford to execute a find for a 'Klass-*edit' template on each popup open.

How/when do we compile this template (for each language) ?

2008-01-28 01:09:46 changed by gaspard

(In [810]) Fixed all tests (volontarily leaving 1 to test automated testing on commit). Removed link_box from application_helper (will be replaced by edit tab). Refs #76.