~aelkner/schooltool/cando_skill_scoresystem

« back to all changes in this revision

Viewing changes to src/schooltool/cando/browser/document.zcml

  • Committer: Alan Elkner
  • Date: 2012-07-24 03:21:06 UTC
  • Revision ID: aelkner@gmail.com-20120724032106-oo99mh0oknubujqd
removed layer hierarchy from document vuew
added Edit linkset and Layer Hierarchy link to get to it

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
      />
194
194
 
195
195
  <flourish:viewlet
 
196
      name="document-edit-links"
 
197
      manager="schooltool.skin.flourish.page.IPageRefineManager"
 
198
      class=".document.DocumentEditLinks"
 
199
      title="Edit"
 
200
      permission="schooltool.edit"
 
201
      view=".document.DocumentView"
 
202
      />
 
203
 
 
204
  <flourish:viewlet
196
205
      name="add_document_node.html"
197
206
      view=".document.DocumentView"
198
207
      class=".document.DocumentAddNodeLink"
201
210
      />
202
211
 
203
212
  <flourish:viewlet
 
213
      name="edit_hierarchy.html"
 
214
      view=".document.DocumentView"
 
215
      class="schooltool.skin.flourish.page.LinkViewlet"
 
216
      title="Layer Hierarchy"
 
217
      manager=".document.DocumentEditLinks"
 
218
      permission="schooltool.edit"
 
219
      />
 
220
 
 
221
  <flourish:viewlet
204
222
      name="document-node-add-links"
205
223
      manager="schooltool.skin.flourish.page.IPageRefineManager"
206
224
      class=".document.DocumentNodeAddLinks"