projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09ba5e7
)
fixed formatting of buttons
author
kurund
<kurund@civicrm.org>
Sun, 1 Jun 2014 15:05:33 +0000
(20:35 +0530)
committer
kurund
<kurund@civicrm.org>
Sun, 1 Jun 2014 15:05:33 +0000
(20:35 +0530)
partials/crmCaseType/edit.html
patch
|
blob
|
blame
|
history
diff --git
a/partials/crmCaseType/edit.html
b/partials/crmCaseType/edit.html
index 648c224036fc1d300010b14166ab0a102bd0dfe9..b259cd5f7910974d89b3b0052a4739e148dd0dd3 100644
(file)
--- a/
partials/crmCaseType/edit.html
+++ b/
partials/crmCaseType/edit.html
@@
-45,6
+45,9
@@
Required vars: caseType
</div>
</div>
- <button ng-click="dump()">Log</button>
- <button ng-click="save()">Save</button>
+ <!--<button ng-click="dump()">Log</button>-->
+ <div class="action-link">
+ <a ng-click="save()" class="button"><span>Save</span></a>
+ <a ng-href="#/caseType" class="button"><span>Cancel</span></a>
+ </div>
</div>