From ec902cc548b6ed4c5d9489fc9ca7fca33cfaecc0 Mon Sep 17 00:00:00 2001 From: Vimal Joseph 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"} +
New Embed Code
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"} +
New Progress Bar
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"} +
New Widget
-- 2.25.1