16 lines
519 B
Plaintext
16 lines
519 B
Plaintext
@using ri.util;
|
|
|
|
@using (Html.BeginForm())
|
|
{
|
|
<div class="row">
|
|
@ay.edNumberGroup("User.Label.TimeZoneOffset", "TimeZoneOffset", ViewBag.offset.ToString(), true, ViewBag)
|
|
</div>
|
|
<a href="http://en.wikipedia.org/wiki/List_of_UTC_time_offsets"><small>(i.e. California "-8", Arizona "-7", New York "-5", Uruguay "-3", Ireland "0", Finland "2", Samoa "13")</small></a>
|
|
|
|
<div class="row">
|
|
@ay.saveBackButtonGroup(ViewBag)
|
|
</div>
|
|
|
|
}
|
|
@ay.jsAreYouSure()
|