[ckan-changes] commit/ckan: kindly: [form] add id tags to fieldsets

Bitbucket commits-noreply at bitbucket.org
Tue Jun 14 11:03:24 UTC 2011


1 new changeset in ckan:

http://bitbucket.org/okfn/ckan/changeset/2b54417702b8/
changeset:   2b54417702b8
branch:      feature-1141-moderated-edits-ajax
user:        kindly
date:        2011-06-14 13:03:01
summary:     [form] add id tags to fieldsets
affected #:  1 file (74 bytes)

--- a/ckan/templates/package/new_package_form.html	Tue Jun 14 10:04:16 2011 +0100
+++ b/ckan/templates/package/new_package_form.html	Tue Jun 14 12:03:01 2011 +0100
@@ -13,7 +13,7 @@
 </ul></div>
 
-<fieldset>
+<fieldset id="basic-information"><legend> Basic information</legend><dl><dt><label class="field_opt" for="title">Title</label></dt>
@@ -63,7 +63,7 @@
   </dl></fieldset>
 
-<fieldset>
+<fieldset id="resources"><legend>Resources</legend><table class="flexitable"><thead>
@@ -94,7 +94,7 @@
   <div class="field_error" py:if="errors.get('resources', '')">Package resource(s) incomplete.</div></fieldset>
 
-<fieldset>
+<fieldset id="groups"><legend>Groups</legend><dl><py:for each="num, group in enumerate(data.get('groups', []))">
@@ -117,7 +117,7 @@
     <dd py:if="not c.groups">Cannot add any groups.</dd></dl></fieldset>
-<fieldset>
+<fieldset id='detail'><legend>Detail</legend><dl><dt><label class="field_opt" for="author">Author</label></dt>
@@ -150,7 +150,7 @@
   </dl></fieldset>
 
-<fieldset>
+<fieldset id='extras'><legend>Extras</legend><dl><py:with vars="extras = data.get('extras', [])">

Repository URL: https://bitbucket.org/okfn/ckan/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.




More information about the ckan-changes mailing list