diff --git a/src/glade/editperson.glade b/src/glade/editperson.glade index 48a80cb22..aaafd06b6 100644 --- a/src/glade/editperson.glade +++ b/src/glade/editperson.glade @@ -18,17 +18,19 @@ True + 3 True 11 8 - 3 - 3 + 6 + 6 True 0 + 6 _Given: True center @@ -94,6 +96,7 @@ True 0 + 6 T_itle: True title @@ -216,6 +219,7 @@ True 0 + 6 _Prefix: True prefix @@ -244,6 +248,7 @@ True 0 + 6 _Surname: True surname @@ -274,6 +279,7 @@ True 0 + 6 _Type: True center @@ -297,21 +303,11 @@ 4 - - - True - - - 8 - 8 - 9 - GTK_FILL - - True 0 + 6 G_ender: True gender @@ -376,6 +372,7 @@ True + Click on a table cell to edit. @@ -388,17 +385,7 @@ 7 8 GTK_FILL - - - - - True - - - 8 - 6 - 7 - GTK_FILL + 6 @@ -431,26 +418,11 @@ - - - Use _Multiple Surnames - True - True - True - True - - - 3 - 4 - 4 - 5 - - - True 0 + 6 Tags: @@ -473,22 +445,6 @@ - - - More Name Details - True - True - True - image1 - - - - 3 - 4 - 3 - 4 - - True @@ -560,6 +516,107 @@ 11 + + + More Name Details + True + True + True + Open the name editor to edit the preferred name in detail. This allows to set eg. Family Nick Name, Date, ... + image1 + + + + 5 + 6 + 3 + 4 + + + + + + Use _Multiple Surnames + True + True + True + Indicate that the surname consists of different parts. Every surname has it's own prefix and a possible connector to the next surname. Eg., the surname Ramón y Cajal can be stored as Ramón, which is inherited from the father, the connector y, and Cajal, which is inherited from the mother. + True + + + 5 + 6 + 4 + 5 + + + + + + True + 0 + <b>General</b> + True + + + 2 + 8 + 9 + GTK_FILL + + + + + + True + 0 + <b>Multiple Surnames</b> + True + + + 2 + 6 + 7 + GTK_FILL + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/gui/editors/editperson.py b/src/gui/editors/editperson.py index 0168b3c23..a01be0969 100644 --- a/src/gui/editors/editperson.py +++ b/src/gui/editors/editperson.py @@ -94,7 +94,7 @@ class SingSurn(object): self.top.get_object('originlabel').hide() self.top.get_object('cmborigin').hide() self.top.get_object('multsurnamebtn').hide() - self.top.get_object('hseparatormult').show() + self.top.get_object('surnlabel').show() def show_all(self): self.top.get_object('prefixlabel').show() @@ -105,7 +105,7 @@ class SingSurn(object): self.top.get_object('originlabel').show() self.top.get_object('cmborigin').show() self.top.get_object('multsurnamebtn').show() - self.top.get_object('hseparatormult').hide() + self.top.get_object('surnlabel').hide() class EditPerson(EditPrimary): """