mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-05 22:14:59 +02:00
[ticket/11103] Fix module setup, add explanation to template
PHPBB3-11103
This commit is contained in:
parent
d07cb7b2af
commit
dfb17f444a
@ -2465,8 +2465,8 @@ function change_database_data(&$no_updates, $version)
|
|||||||
'auth' => '',
|
'auth' => '',
|
||||||
'cat' => 'UCP_PROFILE',
|
'cat' => 'UCP_PROFILE',
|
||||||
),
|
),
|
||||||
'notification_options' => array(
|
'notifications' => array(
|
||||||
'base' => 'ucp_notification_options',
|
'base' => 'ucp_notifications',
|
||||||
'class' => 'ucp',
|
'class' => 'ucp',
|
||||||
'title' => 'UCP_NOTIFICATION_OPTIONS',
|
'title' => 'UCP_NOTIFICATION_OPTIONS',
|
||||||
'auth' => '',
|
'auth' => '',
|
||||||
|
@ -468,7 +468,8 @@ $lang = array_merge($lang, array(
|
|||||||
'UCP_MSNM' => 'Windows Live Messenger',
|
'UCP_MSNM' => 'Windows Live Messenger',
|
||||||
'UCP_NO_ATTACHMENTS' => 'You have posted no files.',
|
'UCP_NO_ATTACHMENTS' => 'You have posted no files.',
|
||||||
|
|
||||||
'UCP_NOTIFICATION_OPTIONS' => 'Notification options',
|
'UCP_NOTIFICATION_OPTIONS' => 'Notification options',
|
||||||
|
'UCP_NOTIFICATION_OPTIONS_EXPLAIN' => 'Here you can set your preferred notification methods for the board.',
|
||||||
|
|
||||||
'UCP_PREFS' => 'Board preferences',
|
'UCP_PREFS' => 'Board preferences',
|
||||||
'UCP_PREFS_PERSONAL' => 'Edit global settings',
|
'UCP_PREFS_PERSONAL' => 'Edit global settings',
|
||||||
|
@ -2,8 +2,12 @@
|
|||||||
|
|
||||||
<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
|
<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
|
||||||
|
|
||||||
|
<h2>{L_UCP_NOTIFICATION_OPTIONS}</h2>
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
|
||||||
|
<p>{L_UCP_NOTIFICATION_OPTIONS_EXPLAIN}</p>
|
||||||
|
|
||||||
<ul class="topiclist">
|
<ul class="topiclist">
|
||||||
<li class="header">
|
<li class="header">
|
||||||
<dl>
|
<dl>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user