mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-21 03:14:10 +08:00
Added CSS for disabled button.
--HG-- branch : dev
This commit is contained in:
@@ -132,8 +132,8 @@
|
||||
</li>
|
||||
|
||||
<li class="actions">
|
||||
<input type="button" id="lib-insert" value="@T("Insert")" class="disabled" data-edittext="@T("Update")" />
|
||||
<input type="button" id="lib-cancel" value="@T("Cancel")" />
|
||||
<input type="button" id="lib-insert" class="button disabled" value="@T("Insert")" data-edittext="@T("Update")" />
|
||||
<input type="button" id="lib-cancel" class="button" value="@T("Cancel")" />
|
||||
</li>
|
||||
</ol>
|
||||
</fieldset>
|
||||
|
@@ -83,8 +83,8 @@
|
||||
</li>
|
||||
|
||||
<li class="actions">
|
||||
<input type="button" id="img-insert" value="@T("Insert")" class="disabled" data-edittext="@T("Update")" />
|
||||
<input type="button" id="img-cancel" value="@T("Cancel")" />
|
||||
<input type="button" id="img-insert" class="button disabled" value="@T("Insert")" data-edittext="@T("Update")" />
|
||||
<input type="button" id="img-cancel" class="button" value="@T("Cancel")" />
|
||||
</li>
|
||||
</ol>
|
||||
</fieldset>
|
||||
|
Reference in New Issue
Block a user