Index: modules/univention/admin/handlers/computers/windows.py =================================================================== --- modules/univention/admin/handlers/computers/windows.py (Revision 30173) +++ modules/univention/admin/handlers/computers/windows.py (Arbeitskopie) @@ -117,7 +117,7 @@ ), 'mac': univention.admin.property( short_description=_('MAC address'), - long_description='', + long_description='Valid formats are: xx:xx:xx:xx:xx:xx, xx-xx-xx-xx-xx-xx, xxxxxxxxxxxx, xxxx.xxxx.xxxx (each \'x\' has to be replaced by an hexadecimal digit)', syntax=univention.admin.syntax.MAC_Address, multivalue=1, options=[], Index: modules/univention/admin/handlers/computers/managedclient.py =================================================================== --- modules/univention/admin/handlers/computers/managedclient.py (Revision 30173) +++ modules/univention/admin/handlers/computers/managedclient.py (Arbeitskopie) @@ -94,7 +94,7 @@ ), 'mac': univention.admin.property( short_description=_('MAC address'), - long_description='', + long_description='Valid formats are: xx:xx:xx:xx:xx:xx, xx-xx-xx-xx-xx-xx, xxxxxxxxxxxx, xxxx.xxxx.xxxx (each \'x\' has to be replaced by an hexadecimal digit)', syntax=univention.admin.syntax.MAC_Address, multivalue=1, options=[], Index: modules/univention/admin/handlers/computers/computer.py =================================================================== --- modules/univention/admin/handlers/computers/computer.py (Revision 30173) +++ modules/univention/admin/handlers/computers/computer.py (Arbeitskopie) @@ -109,7 +109,7 @@ ), 'mac': univention.admin.property( short_description=_('MAC address'), - long_description='', + long_description='Valid formats are: xx:xx:xx:xx:xx:xx, xx-xx-xx-xx-xx-xx, xxxxxxxxxxxx, xxxx.xxxx.xxxx (each \'x\' has to be replaced by an hexadecimal digit)', syntax=univention.admin.syntax.string, multivalue=1, options=[], Index: modules/univention/admin/handlers/computers/memberserver.py =================================================================== --- modules/univention/admin/handlers/computers/memberserver.py (Revision 30173) +++ modules/univention/admin/handlers/computers/memberserver.py (Arbeitskopie) @@ -99,7 +99,7 @@ ), 'mac': univention.admin.property( short_description=_('MAC address'), - long_description='', + long_description='Valid formats are: xx:xx:xx:xx:xx:xx, xx-xx-xx-xx-xx-xx, xxxxxxxxxxxx, xxxx.xxxx.xxxx (each \'x\' has to be replaced by an hexadecimal digit)', syntax=univention.admin.syntax.MAC_Address, multivalue=1, options=[], Index: modules/univention/admin/handlers/computers/domaincontroller_backup.py =================================================================== --- modules/univention/admin/handlers/computers/domaincontroller_backup.py (Revision 30173) +++ modules/univention/admin/handlers/computers/domaincontroller_backup.py (Arbeitskopie) @@ -99,7 +99,7 @@ ), 'mac': univention.admin.property( short_description=_('MAC address'), - long_description='', + long_description='Valid formats are: xx:xx:xx:xx:xx:xx, xx-xx-xx-xx-xx-xx, xxxxxxxxxxxx, xxxx.xxxx.xxxx (each \'x\' has to be replaced by an hexadecimal digit)', syntax=univention.admin.syntax.MAC_Address, multivalue=1, options=[], Index: modules/univention/admin/handlers/computers/thinclient.py =================================================================== --- modules/univention/admin/handlers/computers/thinclient.py (Revision 30173) +++ modules/univention/admin/handlers/computers/thinclient.py (Arbeitskopie) @@ -75,7 +75,7 @@ ), 'mac': univention.admin.property( short_description=_('MAC address'), - long_description='', + long_description='Valid formats are: xx:xx:xx:xx:xx:xx, xx-xx-xx-xx-xx-xx, xxxxxxxxxxxx, xxxx.xxxx.xxxx (each \'x\' has to be replaced by an hexadecimal digit)', syntax=univention.admin.syntax.MAC_Address, multivalue=1, options=[], Index: modules/univention/admin/handlers/computers/macos.py =================================================================== --- modules/univention/admin/handlers/computers/macos.py (Revision 30173) +++ modules/univention/admin/handlers/computers/macos.py (Arbeitskopie) @@ -82,7 +82,7 @@ ), 'mac': univention.admin.property( short_description=_('MAC address'), - long_description='', + long_description='Valid formats are: xx:xx:xx:xx:xx:xx, xx-xx-xx-xx-xx-xx, xxxxxxxxxxxx, xxxx.xxxx.xxxx (each \'x\' has to be replaced by an hexadecimal digit)', syntax=univention.admin.syntax.MAC_Address, multivalue=1, options=[], Index: modules/univention/admin/handlers/computers/domaincontroller_slave.py =================================================================== --- modules/univention/admin/handlers/computers/domaincontroller_slave.py (Revision 30173) +++ modules/univention/admin/handlers/computers/domaincontroller_slave.py (Arbeitskopie) @@ -99,7 +99,7 @@ ), 'mac': univention.admin.property( short_description=_('MAC address'), - long_description='', + long_description='Valid formats are: xx:xx:xx:xx:xx:xx, xx-xx-xx-xx-xx-xx, xxxxxxxxxxxx, xxxx.xxxx.xxxx (each \'x\' has to be replaced by an hexadecimal digit)', syntax=univention.admin.syntax.MAC_Address, multivalue=1, options=[], Index: modules/univention/admin/handlers/computers/mobileclient.py =================================================================== --- modules/univention/admin/handlers/computers/mobileclient.py (Revision 30173) +++ modules/univention/admin/handlers/computers/mobileclient.py (Arbeitskopie) @@ -94,7 +94,7 @@ ), 'mac': univention.admin.property( short_description=_('MAC address'), - long_description='', + long_description='Valid formats are: xx:xx:xx:xx:xx:xx, xx-xx-xx-xx-xx-xx, xxxxxxxxxxxx, xxxx.xxxx.xxxx (each \'x\' has to be replaced by an hexadecimal digit)', syntax=univention.admin.syntax.MAC_Address, multivalue=1, options=[], Index: modules/univention/admin/handlers/computers/ipmanagedclient.py =================================================================== --- modules/univention/admin/handlers/computers/ipmanagedclient.py (Revision 30173) +++ modules/univention/admin/handlers/computers/ipmanagedclient.py (Arbeitskopie) @@ -76,7 +76,7 @@ ), 'mac': univention.admin.property( short_description=_('MAC address'), - long_description='', + long_description='Valid formats are: xx:xx:xx:xx:xx:xx, xx-xx-xx-xx-xx-xx, xxxxxxxxxxxx, xxxx.xxxx.xxxx (each \'x\' has to be replaced by an hexadecimal digit)', syntax=univention.admin.syntax.MAC_Address, multivalue=1, options=[], Index: modules/univention/admin/handlers/computers/windows_domaincontroller.py =================================================================== --- modules/univention/admin/handlers/computers/windows_domaincontroller.py (Revision 30173) +++ modules/univention/admin/handlers/computers/windows_domaincontroller.py (Arbeitskopie) @@ -117,7 +117,7 @@ ), 'mac': univention.admin.property( short_description=_('MAC address'), - long_description='', + long_description='Valid formats are: xx:xx:xx:xx:xx:xx, xx-xx-xx-xx-xx-xx, xxxxxxxxxxxx, xxxx.xxxx.xxxx (each \'x\' has to be replaced by an hexadecimal digit)', syntax=univention.admin.syntax.MAC_Address, multivalue=1, options=[], Index: modules/univention/admin/handlers/computers/domaincontroller_master.py =================================================================== --- modules/univention/admin/handlers/computers/domaincontroller_master.py (Revision 30173) +++ modules/univention/admin/handlers/computers/domaincontroller_master.py (Arbeitskopie) @@ -99,7 +99,7 @@ ), 'mac': univention.admin.property( short_description=_('MAC address'), - long_description='', + long_description='Valid formats are: xx:xx:xx:xx:xx:xx, xx-xx-xx-xx-xx-xx, xxxxxxxxxxxx, xxxx.xxxx.xxxx (each \'x\' has to be replaced by an hexadecimal digit)', syntax=univention.admin.syntax.MAC_Address, multivalue=1, options=[],