[*] TR : update English translations key for Modules
This commit is contained in:
@@ -70,13 +70,13 @@ class blocksocial extends Module
|
||||
'.$output.'
|
||||
<form action="'.Tools::htmlentitiesutf8($_SERVER['REQUEST_URI']).'" method="post">
|
||||
<fieldset class="width2">
|
||||
<label for="facebook_url">'.$this->l('Facebook URL : ').'</label>
|
||||
<label for="facebook_url">'.$this->l('Facebook URL: ').'</label>
|
||||
<input type="text" id="facebook_url" name="facebook_url" value="'.((Configuration::get('blocksocial_facebook') != "") ? Configuration::get('blocksocial_facebook') : "").'" />
|
||||
<div class="clear"> </div>
|
||||
<label for="twitter_url">'.$this->l('Twitter URL : ').'</label>
|
||||
<label for="twitter_url">'.$this->l('Twitter URL: ').'</label>
|
||||
<input type="text" id="twitter_url" name="twitter_url" value="'.((Configuration::get('blocksocial_twitter') != "") ? Configuration::get('blocksocial_twitter') : "").'" />
|
||||
<div class="clear"> </div>
|
||||
<label for="rss_url">'.$this->l('RSS URL : ').'</label>
|
||||
<label for="rss_url">'.$this->l('RSS URL: ').'</label>
|
||||
<input type="text" id="rss_url" name="rss_url" value="'.((Configuration::get('blocksocial_rss') != "") ? Configuration::get('blocksocial_rss') : "").'" />
|
||||
<div class="clear"> </div>
|
||||
<br /><center><input type="submit" name="submitModule" value="'.$this->l('Update settings').'" class="button" /></center>
|
||||
|
||||
Reference in New Issue
Block a user