Skip to content

Commit a45a0a1

Browse files
committed
responsive and lang
1 parent 2ab3056 commit a45a0a1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

class/Files/Language/LanguageModinfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ private function getLanguageConfig($language, $tables)
306306
$ret .= $this->ld->getDefine($language, 'EDITOR_USER', 'Editor user');
307307
$ret .= $this->ld->getDefine($language, 'EDITOR_USER_DESC', 'Select the editor which should be used in user area for text area fields');
308308
$ret .= $this->ld->getDefine($language, 'EDITOR_MAXCHAR', 'Text max characters');
309-
$ret .= $this->ld->getDefine($language, 'EDITOR_MAXCHAR_DESC', 'Max characters for showing text of a textarea or editor field in admin area');
309+
$ret .= $this->ld->getDefine($language, 'EDITOR_MAXCHAR_DESC', 'Max characters for showing text of a textarea or editor field as short version');
310310
}
311311

312312
if ($fieldImage || $fieldFile) {

class/Files/Templates/Blocks/Defstyle/TemplatesBlocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ private function getTemplatesBlocksTable($moduleDirname, $tableId, $tableMid, $t
237237
$tbody .= $this->getTemplatesBlocksTableTfoot();
238238
$single = $this->sc->getSmartySingleVar('table_type');
239239

240-
return $this->hc->getHtmlTable($tbody, 'table table-' . $single);
240+
return $this->hc->getHtmlTable($tbody, 'table table-responsive table-' . $single);
241241
}
242242

243243
/**

class/Files/Templates/Blocks/Defstyle/TemplatesBlocksSpotlight.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ private function getTemplatesBlocksTable($moduleDirname, $tableId, $tableMid, $t
238238
$tbody .= $this->getTemplatesBlocksTableTfoot();
239239
$single = $this->sc->getSmartySingleVar('table_type');
240240

241-
return $this->hc->getHtmlTable($tbody, 'table table-' . $single);
241+
return $this->hc->getHtmlTable($tbody, 'table table-responsive table-' . $single);
242242
}
243243

244244
/**

docs/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- fixed bug for truncated text (goffy)
1515
- added field prefix again (goffy)
1616
- fixed bug in block links (goffy)
17-
17+
1818
<h5>3.7.0 Alpha [2023-07-06]</h5> Dev: XOOPS 2.5.11 RC2, PHP 8.0
1919
- implemented smarty 3 (zivXP/goffy)
2020
- fixed bug in creation if search.inc.php (zivXP/goffy)

0 commit comments

Comments
 (0)