Skip to content

Commit

Permalink
#108 closed: 'Remove the "Add New" header for categories'
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Aug 3, 2011
1 parent fb2b5be commit 4b4e24f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/scala/scala/tools/colladoc/model/mapper/User.scala
Original file line number Diff line number Diff line change
Expand Up @@ -369,15 +369,13 @@ object User extends User with KeyedMetaMapper[Long, User] {
val form =
<xml:group>
{ categoriesList }
<h3>Add new</h3>
<lift:form class="category">
<fieldset>
<p>
<label for="name">Name</label>
<category:name class="text required ui-widget-content ui-corner-all" />
</p>
<category:submit />
<category:save />
<category:submit />
</fieldset>
</lift:form>
</xml:group>
Expand Down

0 comments on commit 4b4e24f

Please sign in to comment.