Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

change "Filter search label" "Filter clear label"
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: change "Filter search label" "Filter clear label"
#39839
Re:screenshot 11 Years, 2 Months ago Karma: 0
Is it possible to chagne labels manualy? in the file \modules\mod_aridatatables\tmpl\tablesorter\filter.php I want to change rows:
<?php echo $widgetParams['filtering']['lblSearch']; ?> <input name="filter" id="<?php echo $tableId; ?>_filterbox" value="" maxlength="30" size="30" type="text">
<input id="<?php echo $tableId; ?>_filterclear" type="submit" value="<?php echo $widgetParams['filtering']['lblClear']; ?>"/>
Where is defined "lblSearch" and lblClear, which are Search and Clear by default?
best regards,
S.Nikolova
The administrator has disabled public write access.
 
#39845
Re:screenshot 11 Years, 2 Months ago Karma: 748
Enter "search" label instead of the following code:

Code:


<?php echo $widgetParams['filtering']['lblSearch']; ?>



and "clear" label instead of the following code:

Code:


<?php echo $widgetParams['filtering']['lblClear']; ?>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#39860
Re:change "Filter search label" "Filter clear label" 11 Years, 2 Months ago Karma: 0
I've changed manualy the source code of file finder.php, replace row 19, row 20 :
<?php echo "Search in my language"; ?> <input name="filter" id="<?php echo $tableId; ?>_filterbox" value="" maxlength="30" size="30" type="text">
<input id="<?php echo $tableId; ?>_filterclear" type="submit" value="<?php echo "Clear in my language"; ?>"/>
That's works and encoding ot file is cp-1251, then the button label texts appears.
Thanks you very much.
The administrator has disabled public write access.
 
Go to topPage: 123