mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
parent
f6575056c6
commit
56e2db2e78
@ -9,7 +9,7 @@
|
||||
|
||||
- Release v2.1.5-2023.10 🎉
|
||||
- Updated Text_LangCorrect class [\#309](https://github.com/torrentpier/torrentpier-lts/pull/309) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Minor improvements [\#297](https://github.com/torrentpier/torrentpier-lts/pull/297), [\#298](https://github.com/torrentpier/torrentpier-lts/pull/298), [\#300](https://github.com/torrentpier/torrentpier-lts/pull/300), [\#301](https://github.com/torrentpier/torrentpier-lts/pull/301), [\#302](https://github.com/torrentpier/torrentpier-lts/pull/302), [\#303](https://github.com/torrentpier/torrentpier-lts/pull/303), [\#305](https://github.com/torrentpier/torrentpier-lts/pull/305), [\#306](https://github.com/torrentpier/torrentpier-lts/pull/306), [\#307](https://github.com/torrentpier/torrentpier-lts/pull/307), [\#310](https://github.com/torrentpier/torrentpier-lts/pull/310), [\#312](https://github.com/torrentpier/torrentpier-lts/pull/312) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Minor improvements [\#297](https://github.com/torrentpier/torrentpier-lts/pull/297), [\#298](https://github.com/torrentpier/torrentpier-lts/pull/298), [\#300](https://github.com/torrentpier/torrentpier-lts/pull/300), [\#301](https://github.com/torrentpier/torrentpier-lts/pull/301), [\#302](https://github.com/torrentpier/torrentpier-lts/pull/302), [\#303](https://github.com/torrentpier/torrentpier-lts/pull/303), [\#305](https://github.com/torrentpier/torrentpier-lts/pull/305), [\#306](https://github.com/torrentpier/torrentpier-lts/pull/306), [\#307](https://github.com/torrentpier/torrentpier-lts/pull/307), [\#310](https://github.com/torrentpier/torrentpier-lts/pull/310), [\#312](https://github.com/torrentpier/torrentpier-lts/pull/312), [\#313](https://github.com/torrentpier/torrentpier-lts/pull/313) ([belomaxorka](https://github.com/belomaxorka))
|
||||
|
||||
## [v2.1.5-2023.09](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2023.09) (2023-10-04)
|
||||
[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2023.08-HotFix...v2.1.5-2023.09)
|
||||
|
@ -51,6 +51,7 @@ $lang['ENABLED'] = 'Enabled';
|
||||
$lang['DISABLED'] = 'Disabled';
|
||||
$lang['ERROR'] = 'Error';
|
||||
$lang['SELECT_ACTION'] = 'Select action';
|
||||
$lang['CLEAR'] = 'Clear';
|
||||
|
||||
$lang['NEXT_PAGE'] = 'Next';
|
||||
$lang['PREVIOUS_PAGE'] = 'Previous';
|
||||
|
@ -51,6 +51,7 @@ $lang['ENABLED'] = 'Включено';
|
||||
$lang['DISABLED'] = 'Выключено';
|
||||
$lang['ERROR'] = 'Ошибка';
|
||||
$lang['SELECT_ACTION'] = 'Выберите действие';
|
||||
$lang['CLEAR'] = 'Очистить';
|
||||
|
||||
$lang['NEXT_PAGE'] = 'След.';
|
||||
$lang['PREVIOUS_PAGE'] = 'Пред.';
|
||||
|
@ -51,6 +51,7 @@ $lang['ENABLED'] = 'Увiмкнуте';
|
||||
$lang['DISABLED'] = 'Вимкнено';
|
||||
$lang['ERROR'] = 'Помилка';
|
||||
$lang['SELECT_ACTION'] = 'Виберіть дію';
|
||||
$lang['CLEAR'] = 'Очистити';
|
||||
|
||||
$lang['NEXT_PAGE'] = 'Наступ.';
|
||||
$lang['PREVIOUS_PAGE'] = 'Попер.';
|
||||
|
@ -22,7 +22,7 @@
|
||||
<td class="row2"><textarea name="message" rows="15" cols="35" wrap="virtual" style="width:98%" tabindex="3" class="post">{MESSAGE}</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="catBottom" colspan="2"><input type="submit" value="{L_SEND_EMAIL}" name="submit" class="mainoption" /></td>
|
||||
<td class="catBottom" colspan="2"><input class="mainoption" type="reset" value="{L_CLEAR}"> <input type="submit" value="{L_SEND_EMAIL}" name="submit" class="mainoption" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@ -107,6 +107,7 @@ ajax.callback.posts = function(data) {
|
||||
<div class="mrg_8 tCenter">
|
||||
<div id="post-buttons-block" style="display: none;">
|
||||
<div class="pad_4" align="center">{CAPTCHA_HTML}</div>
|
||||
<input type="reset" value="{L_CLEAR}">
|
||||
<input type="submit" name="preview" value="{L_PREVIEW}" id="post-preview-btn" onclick="$('#post-submit').remove();">
|
||||
<input onclick="submitted = true;" title="Ctrl+Enter" type="submit" name="post" class="bold" value="{L_SUBMIT}" id="post-submit-btn">
|
||||
<input type="button" value="{L_AJAX_PREVIEW}" onclick="ajax.exec({ action: 'posts', type: 'view_message', message: $('textarea#message').val()});">
|
||||
|
Loading…
Reference in New Issue
Block a user