Fix session filter field name: replace 'CourseName' with 'SessionName' - refs #7528

1.10.x
Imanol Losada 10 years ago
parent 2140225e5c
commit 7e86a07253
  1. 2
      plugin/buycourses/view/list.tpl

@ -98,7 +98,7 @@ $(function() {
<div id="course_category_well" class="well">
<div class="form-content">
<h4>{{ 'SearchFilter'|get_plugin_lang('BuyCoursesPlugin') }}:</h4>
<label class="control-label">{{ 'CourseName'|get_lang }}:</label>
<label class="control-label">{{ 'SessionName'|get_lang }}:</label>
<input type="text" id="course_name" />
<label class="control-label">{{ 'MinimumPrice'|get_plugin_lang('BuyCoursesPlugin') }}:</label>
<input type="text" id="price_min" class="span1"/>

Loading…
Cancel
Save