fixed publisher save/cancel buttons
This commit is contained in:
parent
296b7c56b8
commit
94481265fa
@ -81,7 +81,7 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="#" class="submit-link button-link" id="create-system-submit" title="save sstemy">Save System</a>
|
||||
<a href="#" class="submit-link button-link" id="create-system-submit" title="save system">Save System</a>
|
||||
<a href="#" class="cancel-link button-link" id="create-system-cancel" title="cancel">Cancel</a>
|
||||
</p>
|
||||
</fieldset>
|
||||
@ -112,8 +112,10 @@
|
||||
<%= Html.TextBox("PublisherWebsite") %>
|
||||
</p>
|
||||
|
||||
<%= Html.Button("Save Publisher", new { id = "create-publisher-submit" })%>
|
||||
<%= Html.Button("Cancel", new { id = "create-publisher-cancel" })%>
|
||||
<p>
|
||||
<a href="#" class="submit-link button-link" id="create-publisher-submit" title="save publisher">Save Publisher</a>
|
||||
<a href="#" class="cancel-link button-link" id="create-publisher-cancel" title="cancel">Cancel</a>
|
||||
</p>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user