Index: mod1/class.tx_templavoila_mod1_localization.php
===================================================================
--- mod1/class.tx_templavoila_mod1_localization.php (revision 26547)
+++ mod1/class.tx_templavoila_mod1_localization.php (working copy)
@@ -94,7 +94,7 @@
$output = (!$iOutput ? '' : '
- |
+ |
'.
$iOutput .
@@ -138,11 +138,12 @@
$output.= '
-
+ |
'. t3lib_BEfunc::cshItem('_MOD_web_txtemplavoilaM1', 'selectlanguageversion', $this->doc->backPath) .'
+ |
'.$LANG->getLL ('selectlanguageversion', 1).':
|
- |
+ |
';
@@ -155,11 +156,12 @@
if (count($options)) {
$output.= '
-
+ |
'. t3lib_BEfunc::cshItem('_MOD_web_txtemplavoilaM1', 'pagelocalizationdisplaymode', $this->doc->backPath) .'
+ |
'.$LANG->getLL('pageLocalizationDisplayMode', 1).':
|
-
+ |
@@ -172,22 +174,24 @@
if ($this->pObj->rootElementLangMode !== 'disable') {
$output.= '
|
-
+ |
'. t3lib_BEfunc::cshItem('_MOD_web_txtemplavoilaM1', 'pagelocalizationmode', $this->doc->backPath) .'
+ |
'.$LANG->getLL('pageLocalizationMode', 1).':
|
- '.$LANG->getLL('pageLocalizationMode_'.$this->pObj->rootElementLangMode, 1).($this->pObj->rootElementLangParadigm!='free'?(' / '.$LANG->getLL('pageLocalizationParadigm_'.$this->pObj->rootElementLangParadigm)):'').' |
+ '.$LANG->getLL('pageLocalizationMode_'.$this->pObj->rootElementLangMode, 1).($this->pObj->rootElementLangParadigm!='free'?(' / '.$LANG->getLL('pageLocalizationParadigm_'.$this->pObj->rootElementLangParadigm)):'').' |
';
}
$output .= '
-
+ |
'. t3lib_BEfunc::cshItem('_MOD_web_txtemplavoilaM1', 'editlanguageversion', $this->doc->backPath) .'
+ |
'.$LANG->getLL ('editlanguageversion', 1).':
|
-
+ |
'.$availableTranslationsFlags.'
|
@@ -226,11 +230,12 @@
$link = 'index.php?'.$this->pObj->link_getParameters().'&createNewPageTranslation=\'+this.options[this.selectedIndex].value+\'&pid='.$this->pObj->id;
$output = '
-
+ |
'. t3lib_BEfunc::cshItem('_MOD_web_txtemplavoilaM1', 'createnewtranslation', $this->doc->backPath) .'
+ |
'.$LANG->getLL('createnewtranslation',1).':
|
- |
+ |
';
}
Index: mod1/class.tx_templavoila_mod1_records.php
===================================================================
--- mod1/class.tx_templavoila_mod1_records.php (revision 26547)
+++ mod1/class.tx_templavoila_mod1_records.php (working copy)
@@ -99,7 +99,7 @@
*/
function sidebar_renderRecords() {
$content = '';
- $content .= ' |
';
+ $content .= ' |
';
// Render table selector
$content .= $this->renderTableSelector();
@@ -115,9 +115,9 @@
* @return string Genrated content
*/
function renderTableSelector() {
- $content = '';
- $content .= $GLOBALS['LANG']->getLL('displayRecordsFrom');
- $content .= ' | ';
+ $content = ' |
';
+ $content .= ' | '; //space for csh icon
+ $content .= '' . $GLOBALS['LANG']->getLL('displayRecordsFrom') . ' | ';
$link = '\'index.php?'.$this->pObj->link_getParameters().'&SET[recordsView_start]=0&SET[recordsView_table]=\'+this.options[this.selectedIndex].value';
$content .= ' |