aboutsummaryrefslogtreecommitdiff
path: root/views/default/input/radio.php
AgeCommit message (Collapse)Author
2011-09-26Fixes #2921 clearing new ignore internal variablescash
2011-07-06Refs #3624 fixed radio button value detectioncash
2011-07-02Fixes #3624 input views use class extending rather than overridingCash Costello
2011-02-15Fixes #2921: converted internalname => name and internalid => idewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8249 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Fixes #2808: elgg_get_array_value => elgg_extractewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8247 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12fixing a few bugs introduced last night in the input viewscash
git-svn-id: http://code.elgg.org/elgg/trunk@8158 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #1393 added work around note to checkboxes and radio inputs for integer ↵cash
labels git-svn-id: http://code.elgg.org/elgg/trunk@8156 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Fixes #972 checkboxes and radio input fields support horizontal and vertical ↵cash
alignments git-svn-id: http://code.elgg.org/elgg/trunk@8154 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Fixes #2143: DRYed up input/radio -- other views still should be addressed, ↵ewinslow
but not because they aren't DRY, therefore I'm calling this ticket closed git-svn-id: http://code.elgg.org/elgg/trunk@8149 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-06Fixes #2510 sticky forms is finish - Elgg 1.9 could have a ElggForm class ↵cash
that makes it even easier to use a sticky form git-svn-id: http://code.elgg.org/elgg/trunk@8042 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-29stage 1 in moving the forms markup to elgg- namespaced css - buttons still ↵cash
need work git-svn-id: http://code.elgg.org/elgg/trunk@7763 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-02Refs #2700 changed underscores to hyphens for the forms css elementscash
git-svn-id: http://code.elgg.org/elgg/trunk@7492 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-22Removed @license, @copyright, and @author from files. License and copyright ↵brettp
are covered by LICENSE.txt and COPYRIGHT.txt in root. git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-22Merged r6620:6653 from 1.7 branch into trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@6846 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-11Implemented sticky forms.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5368 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-03Pulled in the interface changes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-16Standardizing views.`brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3555 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-08-31All line endings are now Unix-style.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3451 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3427 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-17Closes #540: input/* views have internalid attribute.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3342 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-27Closes #651: I agree, changed to convert both quotes.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2979 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-01-23Refs #706marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2611 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-28Improved radio button value retentionben
git-svn-id: https://code.elgg.org/elgg/trunk@2495 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-10-22Fix for input/radio where keys aren't specifiedben
git-svn-id: https://code.elgg.org/elgg/trunk@2301 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-09-07Fixes 334: Radio buttons were part of the problem, label and option were the ↵marcus
wrong way round (compare with input/checkboxes). Second part of the problem was actually with views/default/notifications/settings/usersettings.php, where the value of the field was incorrectly being extracted from the settings array. Thanks for the spot! git-svn-id: https://code.elgg.org/elgg/trunk@2058 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-08Refs #206: Hopefully the last of it. Please remember to use ↵marcus
htmlentities($foo, null, 'UTF-8'); whenever using htmlentities! git-svn-id: https://code.elgg.org/elgg/trunk@1800 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-08-08Refs #211: Two forms converted + extra functionality to input viewsmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@1790 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-07-22Disabled support added to forms.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@1495 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-04-15Cleaning up input field viewsben
git-svn-id: https://code.elgg.org/elgg/trunk@464 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-03-10some new viewsdave
git-svn-id: https://code.elgg.org/elgg/trunk@137 36083f99-b078-4883-b0ff-0f9b5a30f544