Jump to content

wrong strings


Recommended Posts

The knowledgebase.tpl has no translation string.......look below

 

<form method="post" action="knowledgebase.php?action=search" class="form-inline">

<fieldset class="control-group">

<input class="bigfield" name="search" type="text" value="Have a question? Start your search here." onfocus="this.value=(this.value=='Have a question? Start your search here.') ? '' : this.value;" onblur="this.value=(this.value=='') ? 'Have a question? Start your search here.' : this.value;"/>

<input type="submit" class="btn btn-large btn-primary" value="Search" />

</fieldset>

</form>

 

The knowledgebasecat.tpl also has no string..........look below

 

<form method="post" action="knowledgebase.php?action=search" class="form-inline">

<input type="hidden" name="catid" value="{$catid}" />

<fieldset class="control-group">

<input class="bigfield" name="search" type="text" value="Have a question? Start your search here." onfocus="this.value=(this.value=='Have a question? Start your search here.') ? '' : this.value;" onblur="this.value=(this.value=='') ? 'Have a question? Start your search here.' : this.value;"/>

<input type="submit" class="btn btn-large btn-primary" value="Search" />

</fieldset>

</form>

 

 

but yet in the language files you have this...

 

english

$_LANG['kbquestionsearchere'] = "Have a question? Start your search here.";

 

Portuguese

$_LANG['kbquestionsearchere'] = "Tem uma pergunta? Faça sua pesquisa aqui.";

 

How can this get fix and not be over writen when upgrading.........

 

Thanks

Johny

Link to comment
Share on other sites

hello, another missing one for 5.1.2 in /templates/default/clientareaproductdetails.tpl

 

<div class="styled_title"><h2>{$LANG.clientareahostingaddons}</h2></div>
               <p>You have the following addons for this product.</p>
               <br />
               {if $addonsavailable}<p><a href="cart.php?gid=addons&pid={$id}">{$LANG.orderavailableaddons}</a></p>{/if}
           </div>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated