Skip to content

Commit fba6bb0

Browse files
authored
[4.3] Guided Tours use global language keys (#40319)
1 parent 6f2ae9d commit fba6bb0

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

administrator/components/com_guidedtours/tmpl/steps/default.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<th scope="col" class="w-1 text-center">
102102
<?php echo HTMLHelper::_(
103103
'searchtools.sort',
104-
'COM_GUIDEDTOURS_STATUS',
104+
'JSTATUS',
105105
'a.published',
106106
$listDirn,
107107
$listOrder
@@ -126,7 +126,7 @@
126126
<th scope="col" class="w-10 text-center d-none d-md-table-cell">
127127
<?php echo HTMLHelper::_(
128128
'searchtools.sort',
129-
'COM_GUIDEDTOURS_STEP_ID',
129+
'JGRID_HEADING_ID',
130130
'a.id',
131131
$listDirn,
132132
$listOrder

administrator/components/com_guidedtours/tmpl/tours/default.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<th scope="col" class="w-1 text-center">
110110
<?php echo HTMLHelper::_(
111111
'searchtools.sort',
112-
'COM_GUIDEDTOURS_STATUS',
112+
'JSTATUS',
113113
'a.published',
114114
$listDirn,
115115
$listOrder
@@ -139,7 +139,7 @@
139139
<th scope="col" class="w-10 text-center d-none d-md-table-cell">
140140
<?php echo HTMLHelper::_(
141141
'searchtools.sort',
142-
'COM_GUIDEDTOURS_TOUR_ID',
142+
'JGRID_HEADING_ID',
143143
'a.id',
144144
$listDirn,
145145
$listOrder

administrator/language/en-GB/com_guidedtours.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@ COM_GUIDEDTOURS_N_ITEMS_UNPUBLISHED="%s items unpublished."
4242
COM_GUIDEDTOURS_NEW_TOUR="New Tour"
4343
COM_GUIDEDTOURS_ORDER_TYPE_ASC="Type ascending"
4444
COM_GUIDEDTOURS_ORDER_TYPE_DESC="Type descending"
45-
COM_GUIDEDTOURS_STATUS="Status"
4645
COM_GUIDEDTOURS_STEP_DESCRIPTION_TRANSLATION="Description (%s)"
4746
COM_GUIDEDTOURS_STEP_EDIT_STEP="Edit Step"
4847
COM_GUIDEDTOURS_STEP_FILTER_SEARCH_DESC="Search in title. Prefix with ID: to search for a step ID or DESCRIPTION: to search in description."
4948
COM_GUIDEDTOURS_STEP_FILTER_SEARCH_LABEL="Search"
50-
COM_GUIDEDTOURS_STEP_ID="ID"
5149
COM_GUIDEDTOURS_STEP_NEW_STEP="New Step"
5250
COM_GUIDEDTOURS_STEP_POSITION_DESC="Select the position of the step popup, relative to the element it points to."
5351
COM_GUIDEDTOURS_STEP_POSITION_LABEL="Position"
@@ -66,7 +64,6 @@ COM_GUIDEDTOURS_STEPS_LIST="Guided Tour: %s"
6664
COM_GUIDEDTOURS_STEPS_TABLE_CAPTION="List of Steps"
6765
COM_GUIDEDTOURS_TITLE="Title"
6866
COM_GUIDEDTOURS_TITLE_TRANSLATION="Title (%s)"
69-
COM_GUIDEDTOURS_TOUR_ID="ID"
7067
COM_GUIDEDTOURS_TOURS_DUPLICATED="%d tours duplicated."
7168
COM_GUIDEDTOURS_TOURS_DUPLICATED_1="Tour duplicated."
7269
COM_GUIDEDTOURS_TOURS_LIST="Guided Tours"

0 commit comments

Comments
 (0)