From: <ren...@us...> - 2012-01-06 22:51:54
|
Revision: 8656 http://xoops.svn.sourceforge.net/xoops/?rev=8656&view=rev Author: renetjuh Date: 2012-01-06 22:51:47 +0000 (Fri, 06 Jan 2012) Log Message: ----------- Added Paths: ----------- XoopsLanguages/dutch/modules/contact/contact 1.71/nederlands/help/ XoopsLanguages/dutch/modules/contact/contact 1.71/nederlands/help/help.html XoopsLanguages/dutch/modules/contact/contact 1.71/nederlands/help/help.php XoopsLanguages/dutch/modules/contact/contact 1.71/nederlands/help/index.html Removed Paths: ------------- XoopsLanguages/dutch/modules/contact/contact 1.71/nederlands/help.php Property changes on: XoopsLanguages/dutch/modules/contact/contact 1.71/nederlands/help ___________________________________________________________________ Added: bugtraq:number + true Added: XoopsLanguages/dutch/modules/contact/contact 1.71/nederlands/help/help.html =================================================================== --- XoopsLanguages/dutch/modules/contact/contact 1.71/nederlands/help/help.html (rev 0) +++ XoopsLanguages/dutch/modules/contact/contact 1.71/nederlands/help/help.html 2012-01-06 22:51:47 UTC (rev 8656) @@ -0,0 +1,34 @@ +<div id="help-template" class="outer"> + <h1 class="head">Help: + <a class="ui-corner-all tooltip" href="<{$xoops_url}>/modules/contact/admin/index.php" + title="Terug naar de administratie van Contact"> Contact <img src="<{xoAdminIcons home.png}>" + alt="Terug naar de administratie van Contact"/> + </a></h1> + <!-- -----Help Content ---------- --> + + <h4 class="odd">Omschrijving</h4> + + <p class="even"> + 'Contact Us' is een simpele module. Het voorziet in een link in het hoofdmenu naar een contactformulier die bezoekers kunnen gebruiken om een e-mail bericht te sturen aan andere gebruikers van de site.</p> + + <p class="even"> + Wijzig de inhoud van het contactformulier in 'instellingen'</p> + + <h4 class="odd">Installeren/de-installeren</h4> + + Geen speciale maatregelen zijn nodig, volg de standaard installatieprocedure – + pak de /contact map uit in de ../modules map. Installeer de module + via Administratie -> Modules -> Systeembeheer -> Modules. <br/><br/> + Gedetailleerde instructies voor het installeren van modules zijn beschikbaar in de <a + href="http://goo.gl/adT2i">XOOPS Gebruikershandleiding</a> </p> + + <p class="even"> + <h4 class="odd">Gebruikersaanwijzing</h4> +Er is geen extra informatie benodigd voor de beheerzijde, behalve het instellingen van de voorkeuren. </p> +<h4 class="odd">Handleiding</h4> + <p class="even"> + Vindt een meer gedetailleerde handleiding <a href="http://goo.gl/bz94i">hier</a> + + <!-- -----Help Content ---------- --> + +</div> \ No newline at end of file Added: XoopsLanguages/dutch/modules/contact/contact 1.71/nederlands/help/help.php =================================================================== --- XoopsLanguages/dutch/modules/contact/contact 1.71/nederlands/help/help.php (rev 0) +++ XoopsLanguages/dutch/modules/contact/contact 1.71/nederlands/help/help.php 2012-01-06 22:51:47 UTC (rev 8656) @@ -0,0 +1,23 @@ +<?php +/** + * Slideshow module + * + * You may not change or alter any portion of this comment or credits + * of supporting developers from this source code or any supporting source code + * which is considered copyrighted (c) material of the original comment or credit authors. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ + * @license http://www.fsf.org/copyleft/gpl.html GNU public license + * @package Slideshow + * @since 2.5.0 + * @author kris <http://www.xoofoo.org> + * @version $Id $ +**/ + +define("_AM_CONTACT_HELP1" , "<p>'Contact Us' is a very simple module. It provides a Main Menu link to a contact form that visitors can use to email the website Administrator.</br></br></p>"); +define("_AM_CONTACT_HELP2" , "<p>You can set the content of the Contact Us form in 'Preferences' </p>"); + +?> \ No newline at end of file Added: XoopsLanguages/dutch/modules/contact/contact 1.71/nederlands/help/index.html =================================================================== --- XoopsLanguages/dutch/modules/contact/contact 1.71/nederlands/help/index.html (rev 0) +++ XoopsLanguages/dutch/modules/contact/contact 1.71/nederlands/help/index.html 2012-01-06 22:51:47 UTC (rev 8656) @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Deleted: XoopsLanguages/dutch/modules/contact/contact 1.71/nederlands/help.php =================================================================== --- XoopsLanguages/dutch/modules/contact/contact 1.71/nederlands/help.php 2012-01-06 21:19:55 UTC (rev 8655) +++ XoopsLanguages/dutch/modules/contact/contact 1.71/nederlands/help.php 2012-01-06 22:51:47 UTC (rev 8656) @@ -1,23 +0,0 @@ -<?php -/** - * Slideshow module - * - * You may not change or alter any portion of this comment or credits - * of supporting developers from this source code or any supporting source code - * which is considered copyrighted (c) material of the original comment or credit authors. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * - * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license http://www.fsf.org/copyleft/gpl.html GNU public license - * @package Slideshow - * @since 2.5.0 - * @author kris <http://www.xoofoo.org> - * @version $Id $ -**/ - -define("_AM_CONTACT_HELP1" , "<p>'Contact Us' is a very simple module. It provides a Main Menu link to a contact form that visitors can use to email the website Administrator.</br></br></p>"); -define("_AM_CONTACT_HELP2" , "<p>You can set the content of the Contact Us form in 'Preferences' </p>"); - -?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |