From: <ma...@us...> - 2012-04-29 20:09:22
|
Revision: 9409 http://xoops.svn.sourceforge.net/xoops/?rev=9409&view=rev Author: mageg Date: 2012-04-29 20:09:15 +0000 (Sun, 29 Apr 2012) Log Message: ----------- Update smilies Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/smilies/admin/menu.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/smilies/language/english/help/help.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/smilies/templates/admin/smilies_smilies.html Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/smilies/admin/menu.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/smilies/admin/menu.php 2012-04-29 19:52:09 UTC (rev 9408) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/smilies/admin/menu.php 2012-04-29 20:09:15 UTC (rev 9409) @@ -19,7 +19,7 @@ * @author Mage Grégory (AKA Mage) * @version $Id$ */ -$pathIcon32 = '../../media/xoops/images/icons/32/'; +$pathIcon32 = ''; $adminmenu = array(); $i = 1; Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/smilies/language/english/help/help.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/smilies/language/english/help/help.html 2012-04-29 19:52:09 UTC (rev 9408) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/smilies/language/english/help/help.html 2012-04-29 20:09:15 UTC (rev 9409) @@ -1,15 +1,10 @@ -<div id="help-template" class="outer"> - <h1 class="head">Help: - <a class="ui-corner-all tooltip" href="<{$xoops_url}>/modules/smilies/admin/index.php" title="Back to the administration of Smilies"> - Smilies <img src="<{xoAdminIcons home.png}>" alt="Back to the administration of Smilies"/> - </a> - </h1> - <!-- ===== Help Content ======= --> - <h4 class="odd">Description</h4><br/> - Smiles are little graphic symbols that people can use to express themselves. They can be inserted anywhere in the text of an article, comment or post from both the user and admin sides of the system. XOOPS ships with a collection of 17 smilies built in. Some of these are displayed on the submission forms in various modules (including forums, news, downloads, links and others). Clicking on a smilie will insert it into the post. Smilies can also be inserted by typing in their unique ‘codes’ (keyboard shortcuts), for example typing ':' '-' 'D' in a post will insert this smilie: <img src="http://www.xoops.org/uploads/smil42e7a3d4c7b9f.gif" alt=""/> - <br/><br/> - The full list of smilies available on your system and their codes is accessible through the Smilies, which is where you're now. Here you can add, edit and delete smilies, and control which are displayed on submission forms (only nine of the 17 are displayed by default) - <br/><br/> - If you don’t want smilies on your system, you can either uncheck the “display in form?” box (in which case they won’t appear on submission forms, but will still be available via their codes), or use the delete link to remove them entirely. <br/><br/> - <!-- ===== Help Content ======= --> -</div> \ No newline at end of file +<!-- ===== Help Content ======= --> +<h4>Description</h4> +<p> +Smiles are little graphic symbols that people can use to express themselves. They can be inserted anywhere in the text of an article, comment or post from both the user and admin sides of the system. XOOPS ships with a collection of 17 smilies built in. Some of these are displayed on the submission forms in various modules (including forums, news, downloads, links and others). Clicking on a smilie will insert it into the post. Smilies can also be inserted by typing in their unique ‘codes’ (keyboard shortcuts), for example typing ':' '-' 'D' in a post will insert this smilie: <img src="http://www.xoops.org/uploads/smil42e7a3d4c7b9f.gif" alt=""/> +<br/><br/> +The full list of smilies available on your system and their codes is accessible through the Smilies, which is where you're now. Here you can add, edit and delete smilies, and control which are displayed on submission forms (only nine of the 17 are displayed by default) +<br/><br/> +If you don’t want smilies on your system, you can either uncheck the “display in form?” box (in which case they won’t appear on submission forms, but will still be available via their codes), or use the delete link to remove them entirely. <br/><br/> +</p> +<!-- ===== Help Content ======= --> \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/smilies/templates/admin/smilies_smilies.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/smilies/templates/admin/smilies_smilies.html 2012-04-29 19:52:09 UTC (rev 9408) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/smilies/templates/admin/smilies_smilies.html 2012-04-29 20:09:15 UTC (rev 9409) @@ -8,32 +8,32 @@ <{includeq file="admin:system|admin_tips.html"}> <{includeq file="admin:system|admin_buttons.html"}> <{if $smilies_count == true}> -<table id="xo-smilies-sorter" cellspacing="1" class="outer tablesorter"> +<table id="xo-smilies-sorter" class="outer tablesorter"> <thead> <tr> <th class="txtcenter"><{$smarty.const._AM_SMILIES_CODE}></th> <th class="txtcenter"><{$smarty.const._AM_SMILIES_SMILIE}></th> - <th class="txtcenter"><{$smarty.const._AM_SMILIES_DESCRIPTION}></th> + <th class="txtleft"><{$smarty.const._AM_SMILIES_DESCRIPTION}></th> <th class="txtcenter"><{$smarty.const._AM_SMILIES_DISPLAY}></th> - <th class="txtcenter width10"><{$smarty.const._AM_SMILIES_ACTION}></th> + <th class="txtcenter"><{$smarty.const._AM_SMILIES_ACTION}></th> </tr> </thead> <tbody> <{foreach item=smilies from=$smilies}> <tr class="<{cycle values='even,odd'}> alignmiddle"> <td class="txtcenter width5"><{$smilies.code}></td> - <td class="txtcenter width5"><{$smilies.image}></td> - <td class="txtcenter width50"><{$smilies.emotion}></td> + <td class="txtcenter width10"><{$smilies.image}></td> + <td class="txtleft"><{$smilies.emotion}></td> <td class="xo-actions txtcenter width10"> <img id="loading_sml<{$smilies.smilies_id}>" src="<{xoAppUrl media/xoops/images/spinner.gif}>" style="display:none;" alt="<{$smarty.const._AM_SYSTEM_LOADING}>" /> - <img class="cursorpointer tooltip" id="sml<{$smilies.smilies_id}>" onclick="Xoops.changeStatus( 'smilies.php', { op: 'smilies_update_display', smilies_id: <{$smilies.smilies_id}> }, 'sml<{$smilies.smilies_id}>', 'smilies.php' )" src="<{if $smilies.display}><{xoAdminIcons success.png}><{else}><{xoAdminIcons cancel.png}><{/if}>" alt="<{if $smilies.display}><{$smarty.const._AM_SMILIES_OFF}><{else}><{$smarty.const._AM_SMILIES_ON}><{/if}>" title="<{if $smilies.display}><{$smarty.const._AM_SMILIES_OFF}><{else}><{$smarty.const._AM_SMILIES_ON}><{/if}>" /> + <img class="cursorpointer" id="sml<{$smilies.smilies_id}>" onclick="Xoops.changeStatus( 'smilies.php', { op: 'smilies_update_display', smilies_id: <{$smilies.smilies_id}> }, 'sml<{$smilies.smilies_id}>', 'smilies.php' )" src="<{if $smilies.display}><{xoAdminIcons success.png}><{else}><{xoAdminIcons cancel.png}><{/if}>" alt="<{if $smilies.display}><{$smarty.const._AM_SMILIES_OFF}><{else}><{$smarty.const._AM_SMILIES_ON}><{/if}>" title="<{if $smilies.display}><{$smarty.const._AM_SMILIES_OFF}><{else}><{$smarty.const._AM_SMILIES_ON}><{/if}>" /> </td> - <td class="xo-actions txtcenter width10"> - <a class="tooltip" href="smilies.php?op=edit_smilie&smilies_id=<{$smilies.smilies_id}>" title="<{$smarty.const._AM_SMILIES_EDIT}>"> - <img src="<{xoAdminIcons edit.png}>" alt="<{$smarty.const._AM_SMILIES_EDIT}>" /> + <td class="xo-actions txtcenter width5"> + <a href="smilies.php?op=edit_smilie&smilies_id=<{$smilies.smilies_id}>" title="<{$smarty.const._AM_SMILIES_EDIT}>"> + <img src="<{xoAdminIcons edit.png}>" alt="<{$smarty.const._AM_SMILIES_EDIT}>"> </a> - <a class="tooltip" href="smilies.php?op=smilies_delete&smilies_id=<{$smilies.smilies_id}>" title="<{$smarty.const._AM_SMILIES_DELETE}>"> - <img src="<{xoAdminIcons delete.png}>" alt="<{$smarty.const._AM_SMILIES_DELETE}>" /> + <a href="smilies.php?op=smilies_delete&smilies_id=<{$smilies.smilies_id}>" title="<{$smarty.const._AM_SMILIES_DELETE}>"> + <img src="<{xoAdminIcons delete.png}>" alt="<{$smarty.const._AM_SMILIES_DELETE}>"> </a> </td> </tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |