DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:sendpagecontent

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
plugin:sendpagecontent [2011-11-06 18:47] – created lupo49plugin:sendpagecontent [2018-06-06 10:06] Klap-in
Line 11: Line 11:
 conflicts  conflicts 
 similar    :  similar    : 
-tags       : mail, send, transfer+tags       : email, transfer
  
-downloadurl: https://github.com/lupo49/plugin-sendpagecontent/tarball/master +downloadurl: https://github.com/lupo49/dokuwiki-plugin-sendpagecontent/tarball/master 
-bugtracker : https://github.com/lupo49/plugin-sendpagecontent/issues +bugtracker : https://github.com/lupo49/dokuwiki-plugin-sendpagecontent/issues 
-sourcerepo : https://github.com/lupo49/plugin-sendpagecontent+sourcerepo : https://github.com/lupo49/dokuwiki-plugin-sendpagecontent
 donationurl:  donationurl: 
 ---- ----
Line 21: Line 21:
 ===== Installation ===== ===== Installation =====
  
-^  Download [[https://github.com/lupo49/plugin-sendpagecontent/tarball/master|Current archive from github]] |+Download and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
-Use this address to install this plugin by using the plugin manager. 
  
 ===== Description ===== ===== Description =====
Line 38: Line 37:
          <?php tpl_button('edit')?>          <?php tpl_button('edit')?>
          <?php tpl_button('history')?>          <?php tpl_button('history')?>
-+        <?php print html_btn('sendmail', $ID, '', array('do' => 'sendmail')) ?>++        <?php print html_btn('sendpagecontent', $ID, '', array('do' => 'sendpagecontent')) ?>
        </div>        </div>
  
Line 44: Line 43:
 </code> </code>
  
 +Unfortunately, the label which describes the button must be added manually to the localizations
 +
 +<code php>
 +diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
 +index 89a7c4d..3d9e80b 100644
 +--- a/inc/lang/en/lang.php
 ++++ b/inc/lang/en/lang.php
 +@@ -51,6 +51,7 @@ $lang['btn_revert'           = 'Restore';
 + $lang['btn_register'         = 'Register';
 + $lang['btn_apply'            = 'Apply';
 + $lang['btn_media'            = 'Media Manager';
 ++$lang['btn_sendpagecontent'  = 'Send Mail';
 +
 + $lang['loggedinas'           = 'Logged in as';
 + $lang['user'                 = 'Username';
 +</code>
 ===== Configuration and Settings ===== ===== Configuration and Settings =====
  
Line 52: Line 67:
 === Change Log === === Change Log ===
  
-{{rss>http://github.com/lupo49/plugin-sendpagecontent/commits/master.atom date}}+{{rss>https://github.com/lupo49/dokuwiki-plugin-sendpagecontent/commits/master.atom date}}
  
 === ToDo/Wish List === === ToDo/Wish List ===
plugin/sendpagecontent.txt · Last modified: 2020-02-23 15:04 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki