Commit

commit c6c2a18fc88a294a1da03b97e620318e82c85015
Author: dankert 
Date:   Mon Mar 18 00:05:03 2013 +0100

    Die HTML-Ids in Eingabeelementen müssen pro View eindeutig sein. Daher wird zu Beginn des Requests eine Id festgelegt. Da der Request nur 1 View erzeugen kann, ist die Id dann für den ausgegebenen HTML-Baum eindeutig.

 init.php                                      | 1 +
 themes/default/include/html/checkbox.inc.php  | 2 +-
 themes/default/include/html/editor.inc.php    | 4 ++--
 themes/default/include/html/input.inc.php     | 4 ++--
 themes/default/include/html/label.inc.php     | 2 +-
 themes/default/include/html/password.inc.php  | 2 +-
 themes/default/include/html/radio.inc.php     | 6 +++---
 themes/default/include/html/radiobox.inc.php  | 2 +-
 themes/default/include/html/selectbox.inc.php | 2 +-
 themes/default/include/html/upload.inc.php    | 2 +-
 10 files changed, 14 insertions(+), 13 deletions(-)