fixed duplicate validation error, because groupbox also had the name of the birthdate field

This commit is contained in:
Ralf Becker 2007-06-03 10:24:58 +00:00
parent 21b0cb6648
commit 03cf41c5ba
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -230,7 +230,7 @@
<row height="30"> <row height="30">
<image src="gear"/> <image src="gear"/>
<description options=",,,bday" value="Birthday"/> <description options=",,,bday" value="Birthday"/>
<hbox id="bday" options="0,0"> <hbox options="0,0">
<date options="Y-m-d" id="bday"/> <date options="Y-m-d" id="bday"/>
<menulist> <menulist>
<menupopup id="tz" no_lang="1" label="Timezone" align="right"/> <menupopup id="tz" no_lang="1" label="Timezone" align="right"/>