[pLog-svn] r3959 - plog/branches/lifetype-1.1.1/templates/admin

BalearWeb balearweb at balearweb.com
Sat Sep 16 08:05:06 GMT 2006


There is something else to modify in templates:
plog/branches/lifetype-1.1.1/templates/admin/newpost.template
plog/branches/lifetype-1.1.1/templates/admin/editpost.template.template

The following line:
         <input type="button" name="addArticleCategory" 
id="addArticleCategory" style="width:35px; margin-top:3px;" 
value="{$locale->tr("add")}" 
onclick="javascript:addArticleCategoryAjax()" />
Has to be replaced with:
         <input type="button" name="addArticleCategory" 
id="addArticleCategory" style="width:60px; margin-top:3px;" 
value="{$locale->tr("add")}" 
onclick="javascript:addArticleCategoryAjax()" />
Or something similar. The thing is that the button is not wide enough 
(width:35px) to fit the word "Afegeix" in Catalan. It works fine with 
Add but I guess many languages have longer words. So I suggest replacing 
it at least with 60px.

By the way, what is the link blogit_to_lifetype in newpost.template for? 
What is it supposed to do?

Thanks,

Elena

BalearWeb wrote:
> I think this patch has to be added to editpost.template too. 



More information about the pLog-svn mailing list