diff --git a/src/glade/editcitation.glade b/src/glade/editcitation.glade index 0750c485a..c8ba67af9 100644 --- a/src/glade/editcitation.glade +++ b/src/glade/editcitation.glade @@ -1,4 +1,4 @@ - + @@ -6,7 +6,6 @@ 600 dialog - False True @@ -16,7 +15,7 @@ 0 6 3 - <b>Reference information</b> + <b>Citation information</b> True True center @@ -36,7 +35,7 @@ True 12 - 3 + 5 3 12 6 @@ -81,13 +80,13 @@ True True Specific location within the information referenced. For a published work, this could include the volume of a multi-volume work and the page number(s). For a periodical, it could include volume, issue, and page numbers. For a newspaper, it could include a column number and page number. For an unpublished source, this could be a sheet number, page number, frame number, etc. A census record might have a line number or dwelling and family numbers in addition to the page number. - + 1 2 - 1 - 2 + 2 + 3 @@ -101,8 +100,8 @@ volume - 1 - 2 + 2 + 3 GTK_FILL @@ -117,30 +116,8 @@ confidence - 2 - 3 - GTK_FILL - - - - - - True - True - True - none - - - True - gramps-unlock - - - - - 2 - 3 - 2 - 3 + 3 + 4 GTK_FILL @@ -164,8 +141,8 @@ Very High =Direct and primary evidence used, or by dominance of the evidence

1 2 - 2 - 3 + 3 + 4 GTK_FILL @@ -175,7 +152,7 @@ Very High =Direct and primary evidence used, or by dominance of the evidence

True True The date of the entry in the source you are referencing, e.g. the date a house was visited during a census, or the date an entry was made in a birth log/registry. - + 1 @@ -183,6 +160,111 @@ Very High =Direct and primary evidence used, or by dominance of the evidence

+ + + True + 12 + + + True + gtk-dialog-warning + 6 + + + False + False + 0 + + + + + 500 + True + 0 + 3 + <b>Note:</b> Any changes in the shared citation information will be reflected in the citation itself, for all items that reference the citation. + True + True + True + + + 1 + + + + + 3 + 4 + 5 + GTK_EXPAND | GTK_SHRINK | GTK_FILL + + + + + + True + 12 + + + True + True + A unique ID to identify the citation + + + + 0 + + + + + True + True + True + none + + + True + gramps-unlock + + + + + False + False + 1 + + + + + 1 + 2 + 1 + 2 + GTK_FILL + + + + + + True + 1 + ID: + True + gid + + + 1 + 2 + GTK_FILL + + + + + + + + + @@ -291,7 +373,7 @@ Very High =Direct and primary evidence used, or by dominance of the evidence

True True Authors of the source. - + 1 @@ -346,7 +428,7 @@ Very High =Direct and primary evidence used, or by dominance of the evidence

True True Provide a short title used for sorting, filing, and retrieving source records. - + 1 @@ -361,7 +443,7 @@ Very High =Direct and primary evidence used, or by dominance of the evidence

True True Publication Information, such as city and year of publication, name of publisher, ... - + 1 @@ -395,7 +477,7 @@ Very High =Direct and primary evidence used, or by dominance of the evidence

True True A unique ID to identify the source - + 0 @@ -435,7 +517,7 @@ Very High =Direct and primary evidence used, or by dominance of the evidence

True True Title of the source. - + 1 diff --git a/src/gui/editors/editcitation.py b/src/gui/editors/editcitation.py index aa774278c..076e627f3 100644 --- a/src/gui/editors/editcitation.py +++ b/src/gui/editors/editcitation.py @@ -190,12 +190,9 @@ class EditCitation(EditPrimary): self.track, self.db.readonly) - # FIXME: This needs to be changed to reflect the correct names - # and uncommented when src/glade/editcitation.glade - # has been amended to include an id in the Citation section. -# self.gid = MonitoredEntry( -# self.glade.get_object('gid'), self.obj.set_gramps_id, -# self.obj.get_gramps_id,self.db.readonly) + self.gid = MonitoredEntry( + self.glade.get_object('gid2'), self.obj.set_gramps_id, + self.obj.get_gramps_id,self.db.readonly) self.volume = MonitoredEntry( self.glade.get_object("volume"), self.obj.set_page,