mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 02:27:34 -07:00
Added ability to print page
This commit is contained in:
parent
611bda9735
commit
ef80178f45
5 changed files with 11 additions and 0 deletions
|
@ -344,6 +344,8 @@ $lang['POST_STICKY'] = 'Sticky';
|
|||
$lang['POST_NORMAL'] = 'Normal';
|
||||
$lang['POST_DOWNLOAD'] = 'Download';
|
||||
|
||||
$lang['PRINT_PAGE'] = 'Print page';
|
||||
|
||||
$lang['CONFIRM_DELETE'] = 'Are you sure you want to delete this post?';
|
||||
$lang['CONFIRM_DELETE_POLL'] = 'Are you sure you want to delete this poll?';
|
||||
|
||||
|
|
|
@ -344,6 +344,8 @@ $lang['POST_STICKY'] = 'Прилепленная';
|
|||
$lang['POST_NORMAL'] = 'Обычная';
|
||||
$lang['POST_DOWNLOAD'] = 'Скачиваемая';
|
||||
|
||||
$lang['PRINT_PAGE'] = 'Печатать страницу';
|
||||
|
||||
$lang['CONFIRM_DELETE'] = 'Вы уверены, что хотите удалить это сообщение?';
|
||||
$lang['CONFIRM_DELETE_POLL'] = 'Вы уверены, что хотите удалить этот опрос?';
|
||||
|
||||
|
|
|
@ -328,6 +328,8 @@ $lang['POST_STICKY'] = 'Sticky';
|
|||
$lang['POST_NORMAL'] = 'Normal';
|
||||
$lang['POST_DOWNLOAD'] = 'Download';
|
||||
|
||||
$lang['PRINT_PAGE'] = 'Print page';
|
||||
|
||||
$lang['CONFIRM_DELETE'] = 'Are you sure you want to delete this post?';
|
||||
$lang['CONFIRM_DELETE_POLL'] = 'Are you sure you want to delete this poll?';
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -240,6 +240,8 @@ function build_poll_add_form (src_el)
|
|||
<!-- IF IN_MODERATION -->{L_MODERATE_TOPIC}<!-- ELSE --><a href="{PAGE_URL}&mod=1&start={PAGE_START}" class="small bold">{L_MODERATE_TOPIC}</a><!-- ENDIF -->
|
||||
<span style="color:#CDCDCD;">|</span>
|
||||
<a class="small bold" href="{PIN_HREF}">{PIN_TITLE}</a>
|
||||
<span style="color:#CDCDCD;">|</span>
|
||||
<a class="small bold" href="#" onclick="$('#main_content').printThis(); return false;">{L_PRINT_PAGE}</a>
|
||||
</td>
|
||||
<!-- IF SELECT_PPP -->
|
||||
<td class="med" style="padding: 0 4px 2px 4px;">|</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue