Making the zone names used on admin related templates consistent with what's being used for the front-end (e.g. Header, Meta, Actions, Content, Sidebar)

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-10-29 22:52:53 -07:00
parent 9a5239e777
commit 4fe4cfe46b
31 changed files with 93 additions and 82 deletions

View File

@@ -1,9 +1,10 @@
<div class="sections">
<div class="primary">
@Display(Model.Primary)
@Display(Model.Content)
</div>
<div class="secondary">
@Display(Model.Secondary)
@Display(Model.Sidebar)
@* todo: (heskew) remove when the CommonPart is adding the save button *@
<fieldset>
<input class="button primaryAction" type="submit" name="submit.Save" value="@T("Save")"/>
</fieldset>