diff --git a/src/components/com_tc/administrator/models/forms/content.xml b/src/components/com_tc/administrator/models/forms/content.xml index 330b946..82f6432 100755 --- a/src/components/com_tc/administrator/models/forms/content.xml +++ b/src/components/com_tc/administrator/models/forms/content.xml @@ -15,7 +15,7 @@ - + - + diff --git a/src/components/com_tc/administrator/views/usertcs/tmpl/default.php b/src/components/com_tc/administrator/views/usertcs/tmpl/default.php index e625e11..1c967e7 100755 --- a/src/components/com_tc/administrator/views/usertcs/tmpl/default.php +++ b/src/components/com_tc/administrator/views/usertcs/tmpl/default.php @@ -71,13 +71,10 @@ - - - - + @@ -85,9 +82,6 @@ - - - @@ -106,8 +100,7 @@ escape($item->name); ?> - - tc_id; ?> + escape($item->title); ?> @@ -120,9 +113,6 @@ accepted_date; ?> - - user_id; ?> - diff --git a/src/components/com_tc/languages/administrator/en-GB/en-GB.com_tc.ini b/src/components/com_tc/languages/administrator/en-GB/en-GB.com_tc.ini index fe1e39b..133fec2 100755 --- a/src/components/com_tc/languages/administrator/en-GB/en-GB.com_tc.ini +++ b/src/components/com_tc/languages/administrator/en-GB/en-GB.com_tc.ini @@ -62,7 +62,7 @@ COM_TC_FORM_LBL_CONTENT_TITLE="Title" COM_TC_FORM_DESC_CONTENT_TITLE="" COM_TC_FORM_LBL_CONTENT_VERSION="Version" COM_TC_FORM_DESC_CONTENT_VERSION="" -COM_TC_FORM_LBL_CONTENT_CLIENT="Client" +COM_TC_FORM_LBL_CONTENT_TC_CODE="T&C code" COM_TC_FORM_DESC_CONTENT_CLIENT="Apply to specific extensions " COM_TC_FORM_LBL_CONTENT_START_DATE="Start Date" COM_TC_FORM_DESC_CONTENT_START_DATE="" @@ -74,7 +74,7 @@ COM_TC_USERTCS_ID="T&C Id" COM_TC_USERTCS_USERID="User Id" COM_TC_USERTCS_NAME="User Name" COM_TC_USERTCS_TITLE="T&C Title" -COM_TC_USERTCS_CLIENT="Client" +COM_TC_USERTCS_TC_CODE="T&C code" COM_TC_USERTCS_ACCEPTED_DATE="T&C Accepted date" COM_TC_TITLE_USERTCS="Users"