From 8ea6fde8e0b50f5da08f9b6f2fbe8b55225d8f9b Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 18 Mar 2014 16:18:12 -0400 Subject: [PATCH] CRM-13863 - Update options.tpl --- templates/CRM/Admin/Page/Options.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Admin/Page/Options.tpl b/templates/CRM/Admin/Page/Options.tpl index 87aaa6056a..65f797fd1b 100644 --- a/templates/CRM/Admin/Page/Options.tpl +++ b/templates/CRM/Admin/Page/Options.tpl @@ -162,8 +162,8 @@ {else}
- {capture assign=crmURL}{crmURL p="civicrm/admin/options/$gName" q='action=add&reset=1'}{/capture} - {ts 1=$crmURL}There are no option values entered. You can add one.{/ts} + {capture assign=link}class="action-item" href="{crmURL p="civicrm/admin/options/$gName" q='action=add&reset=1'}"{/capture} + {ts 1=$link}There are no option values entered. You can add one.{/ts}
{/if} -- 2.25.1