~piersharding/udi/master-udi

« back to all changes in this revision

Viewing changes to lib/MassRender.php

  • Committer: Piers Harding
  • Date: 2011-10-02 21:27:04 UTC
  • mfrom: (151.1.63)
  • Revision ID: git-v1:a3e8fccd857706bbe9f37a05061ddc2e2d0b8143
Merge branch 'master' into test-master-merge

Conflicts:
        lib/ds_ldap_pla.php
        lib/page.php

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
                        $j,htmlspecialchars($attribute->getName()),$i,
26
26
                        $j,htmlspecialchars($attribute->getName()),$i,
27
27
                        htmlspecialchars($val),
28
 
                        $attribute->needJS('focus') ? sprintf('onFocus="focus_%s(this);" ',$attribute->getName()) : '',
29
 
                        $attribute->needJS('blur') ? sprintf('onBlur="blur_%s(this);" ',$attribute->getName()) : '',
 
28
                        $attribute->needJS('focus') ? sprintf('onfocus="focus_%s(this);" ',$attribute->getName()) : '',
 
29
                        $attribute->needJS('blur') ? sprintf('onblur="blur_%s(this);" ',$attribute->getName()) : '',
30
30
                        ($attribute->getSize() > 0) ? sprintf('size="%s"',$attribute->getSize()) : '',
31
31
                        ($attribute->getMaxLength() > 0) ? sprintf('maxlength="%s"',$attribute->getMaxLength()) : '');
32
32