Files
Orchard/src
Dave Reed 54f53af981 Added Html.LabelFor overloads that accept string and LocalizedString.
e.g. Html.LabelFor(m=>m.Tags, T("Tags"))

Existing uses NOT converted. Conversion can be accomplished with a VS Regular Expression search/replace:

Replace this:
\.LabelFor:b*\({[a-zA-Z]+}:b*\=\>:b*\1\.{[a-zA-Z]+}:b*\)
With this:
.LabelFor(\1=>\1.\2, T("\2"))

--HG--
branch : dev
2010-10-15 14:29:56 -07:00
..
2010-10-11 13:41:10 -07:00
2010-10-14 17:46:47 -07:00
2010-10-15 14:06:43 -07:00
2010-10-14 15:50:16 -07:00
2010-10-12 10:18:19 -07:00