CVar-Filter-Prefix im Suchformular übernehmen
authorThomas Heck <theck@linet-services.de>
Mon, 19 Nov 2012 10:33:26 +0000 (11:33 +0100)
committerThomas Heck <theck@linet-services.de>
Mon, 19 Nov 2012 10:33:26 +0000 (11:33 +0100)
templates/webpages/amcvar/search_filter.html

index f97c4ec..fc2dffa 100644 (file)
@@ -31,7 +31,7 @@
       <option>&lt;</option>
       <option>&lt;=</option>
      </select>
-     <input name="cvar_[% HTML.escape(var.name) %]"[% IF var.maxlength %]maxlength="[% HTML.escape(var.maxlength) %]"[% END %]>
+     <input name="[% filter_prefix %]cvar_[% HTML.escape(var.name) %]"[% IF var.maxlength %]maxlength="[% HTML.escape(var.maxlength) %]"[% END %]>
 
      [%- ELSIF var.type == 'customer' %]
      <input name="[% filter_prefix %]cvar_[% var.name | html %]">