From ec902cc548b6ed4c5d9489fc9ca7fca33cfaecc0 Mon Sep 17 00:00:00 2001 From: Vimal Joseph <vimal.joseph@zyxware.com> Date: Sun, 28 Dec 2014 14:33:33 +0530 Subject: [PATCH] Add create new button to manage screens --- templates/CRM/Wci/Page/ManageEmbedCode.tpl | 1 + templates/CRM/Wci/Page/ProgressBarList.tpl | 1 + templates/CRM/Wci/Page/WidgetList.tpl | 1 + 3 files changed, 3 insertions(+) diff --git a/templates/CRM/Wci/Page/ManageEmbedCode.tpl b/templates/CRM/Wci/Page/ManageEmbedCode.tpl index 4326d85..47c3319 100644 --- a/templates/CRM/Wci/Page/ManageEmbedCode.tpl +++ b/templates/CRM/Wci/Page/ManageEmbedCode.tpl @@ -27,6 +27,7 @@ {include file="CRM/common/pager.tpl" location="top"} {include file="CRM/common/pagerAToZ.tpl"} {include file="CRM/common/jsortable.tpl"} + <a class="button" href="embed-code/add"><span><div class="icon add-icon"></div>New Embed Code</span></a> <table id="options" class="display"> <thead> <tr> diff --git a/templates/CRM/Wci/Page/ProgressBarList.tpl b/templates/CRM/Wci/Page/ProgressBarList.tpl index 5527a5f..175b8ca 100644 --- a/templates/CRM/Wci/Page/ProgressBarList.tpl +++ b/templates/CRM/Wci/Page/ProgressBarList.tpl @@ -27,6 +27,7 @@ {include file="CRM/common/pager.tpl" location="top"} {include file="CRM/common/pagerAToZ.tpl"} {include file="CRM/common/jsortable.tpl"} + <a class="button" href="progress-bar/add"><span><div class="icon add-icon"></div>New Progress Bar</span></a> <table id="options" class="display"> <thead> <tr> diff --git a/templates/CRM/Wci/Page/WidgetList.tpl b/templates/CRM/Wci/Page/WidgetList.tpl index b64c284..0127563 100644 --- a/templates/CRM/Wci/Page/WidgetList.tpl +++ b/templates/CRM/Wci/Page/WidgetList.tpl @@ -27,6 +27,7 @@ {include file="CRM/common/pager.tpl" location="top"} {include file="CRM/common/pagerAToZ.tpl"} {include file="CRM/common/jsortable.tpl"} + <a class="button" href="widget/add"><span><div class="icon add-icon"></div>New Widget</span></a> <table id="options" class="display"> <thead> <tr> -- 2.25.1