From: <txm...@us...> - 2015-03-26 22:55:03
|
Revision: 13024 http://sourceforge.net/p/xoops/svn/13024 Author: txmodxoops Date: 2015-03-26 22:55:00 +0000 (Thu, 26 Mar 2015) Log Message: ----------- Updated Fixed bugs default admin theme Modified Paths: -------------- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_blocks.html XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_comments.html XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_images.html XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_modules.html XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_templates.html XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/content.css XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/dashboard.css XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/logger.css XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/style.css XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/tabs.css XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/default.php XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/xotpl/xo_icons.html XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/xotpl/xo_toolbar.html Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_blocks.html =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_blocks.html 2015-03-25 23:37:10 UTC (rev 13023) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_blocks.html 2015-03-26 22:55:00 UTC (rev 13024) @@ -107,10 +107,11 @@ </tbody> </table> </div> -<{/if}> +<{else}> <div class="form-inline" id="xo-block-add" <{if $filterform}>class="hide"<{/if}>> <{if !$filterform}><br /><{/if}> <{$blockform}> </div> <!-- Preview block --> -<div id="xo-preview-block" class="hide"></div> \ No newline at end of file +<div id="xo-preview-block" class="hide"></div> +<{/if}> \ No newline at end of file Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_comments.html =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_comments.html 2015-03-25 23:37:10 UTC (rev 13023) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_comments.html 2015-03-26 22:55:00 UTC (rev 13024) @@ -13,11 +13,10 @@ </div> </div> <div class="clear"></div> -<table id="xo-comment-sorter" class="table table-striped"> +<table id="xo-comment-sorter" class="table table-striped table-bordered"> <thead> <tr> <th class="text-center width5"><input type='checkbox' name='allbox' id='allbox' onclick='xoopsCheckAll("commentslist", "allbox");' value='Check All' /></th> - <th class="text-center width5"></th> <th class="text-center"><{$smarty.const._AM_SYSTEM_COMMENTS_TITLE}></th> <th class="text-center"><{$smarty.const._AM_SYSTEM_COMMENTS_POSTED}></th> <th class="text-center"><{$smarty.const._AM_SYSTEM_COMMENTS_IP}></th> @@ -66,4 +65,4 @@ <{/foreach}> <!--Pop-pup--> <div class="text-right"><{$nav}></div> -<{/if}> +<{/if}> \ No newline at end of file Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_images.html =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_images.html 2015-03-25 23:37:10 UTC (rev 13023) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_images.html 2015-03-26 22:55:00 UTC (rev 13024) @@ -4,13 +4,13 @@ <div class="pull-right"> <div class="xo-buttons"> <{if !$edit_form && !$listimg}> - <button id="xo-addcat-btn" class="btn btn-default" onclick="xo_toggle('div#xo-category-add');" title="<{$smarty.const._AM_SYSTEM_IMAGES_ADDCAT}>"> + <button id="xo-addcat-btn" class="btn btn-default" title="<{$smarty.const._AM_SYSTEM_IMAGES_ADDCAT}>"> <img src="<{xoAdminIcons add.png}>" alt="<{$smarty.const._AM_SYSTEM_IMAGES_ADDCAT}>" /> <{$smarty.const._AM_SYSTEM_IMAGES_ADDCAT}> </button> <{/if}> <{if $cat_img || $listimg}> - <button id="xo-addimg-btn" class="btn btn-default" onclick="xo_toggle('div#xo-images-add');" title="<{$smarty.const._AM_SYSTEM_IMAGES_ADDIMG}>"> + <button id="xo-addimg-btn" class="btn btn-default" title="<{$smarty.const._AM_SYSTEM_IMAGES_ADDIMG}>"> <img src="<{xoAdminIcons add.png}>" alt="<{$smarty.const._AM_SYSTEM_IMAGES_ADDIMG}>" /> <{$smarty.const._AM_SYSTEM_IMAGES_ADDIMG}> </button> @@ -72,7 +72,7 @@ <{/if}> <{if $images}> <!-- Image list --> -<div id="xo-category-add" class="show"> +<div id="xo-category-add"> <{foreach item=img from=$images}> <div class="pull-left"> <div class="ui-corner-all xo-thumb text-center"> @@ -113,13 +113,13 @@ </div> <{if $nav_menu}><div class="xo-avatar-pagenav pull-right"><{$nav_menu}></div><div class="clear spacer"></div><{/if}> <{else}> -<div id="xo-category-add" class="show"> +<div id="xo-category-add"> <div class="clear"></div> </div> <{/if}> <!-- Add Image form --> -<div id="xo-images-add" class="hide"> +<div id="xo-images-add"> <br /> <{$image_form.javascript}> <form name="<{$image_form.name}>" id="<{$image_form.name}>" action="<{$image_form.action}>" method="<{$image_form.method}>" <{$image_form.extra}> > @@ -137,7 +137,7 @@ <div class="spacer bold"><{$element.caption}><{if $element.required}><span class="red"> *</span><{/if}></div> <div class="spacer"><{$element.description}></div> </td> - <td class="even"><{$element.body}></td> + <td class="form-inline"><{$element.body}></td> </tr> <{else}> <{$element.body}> @@ -148,7 +148,7 @@ </form> </div> <!-- Add Category form --> -<div id="xo-category-add" class="hide"> +<div id="xo-category-add"> <br /> <{$imagecat_form.javascript}> <form name="<{$imagecat_form.name}>" id="<{$imagecat_form.name}>" action="<{$imagecat_form.action}>" method="<{$imagecat_form.method}>" <{$imagecat_form.extra}> > @@ -166,7 +166,7 @@ <div class="spacer bold"><{$element.caption}><{if $element.required}><span class="red"> *</span><{/if}></div> <div class="spacer"><{$element.description}></div> </td> - <td class="even"><{$element.body}></td> + <td class="form-inline"><{$element.body}></td> </tr> <{else}> <{$element.body}> @@ -178,7 +178,7 @@ </div> <!-- Edit form image --> <{if $edit_form}> -<div id="xo-images-add" class="show"> +<div id="xo-images-add"> <{$edit_thumbs}> <br /> <{$edit_form.javascript}> @@ -197,7 +197,7 @@ <div class="spacer bold"><{$element.caption}><{if $element.required}><span class="red"> *</span><{/if}></div> <div class="spacer"><{$element.description}></div> </td> - <td class="even"><{$element.body}></td> + <td class="form-inline"><{$element.body}></td> </tr> <{else}> <{$element.body}> Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_modules.html =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_modules.html 2015-03-25 23:37:10 UTC (rev 13023) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_modules.html 2015-03-26 22:55:00 UTC (rev 13024) @@ -5,8 +5,10 @@ IMG_OFF = '<{xoAdminIcons cancel.png}>'; </script> <div class="pull-left"> - <img class="cursorpointer" onclick="system_moduleLargeView();" src="<{xoAdminIcons view_large.png}>" alt="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLARGE}>" title="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLARGE}>" /> - <img class="cursorpointer" onclick="system_moduleListView();" src="<{xoAdminIcons view_small.png}>" alt="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLINE}>" title="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLINE}>" /> + <button class="btn btn-default cursorpointer" onclick="system_moduleLargeView();" title="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLARGE}>"><i class="glyphicon glyphicon-th-large"></i></button> + <!-- <img class="cursorpointer" src="<{xoAdminIcons view_large.png}>" onclick="system_moduleLargeView();" alt="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLARGE}>" title="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLARGE}>" /> --> + <button class="btn btn-default cursorpointer" onclick="system_moduleListView();" title="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLARGE}>"><i class="glyphicon glyphicon-th-list"></i></button> + <!-- <img class="cursorpointer" onclick="system_moduleListView();" src="<{xoAdminIcons view_small.png}>" alt="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLINE}>" title="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLINE}>" /> --> </div> <div class="pull-right"> <div class="xo-buttons"> @@ -99,7 +101,7 @@ </td> <td> <{if $row.warning_update == 1}> - <a class="tooltip maxi" style="color:red;" href="<{$xoops_url}>/modules/system/admin.php?fct=modulesadmin&op=update&module=<{$row.dirname}>" title="<{$smarty.const._AM_SYSTEM_MODULES_UPDATE}>"><{$row.version}></a><br /><{$smarty.const._AM_SYSTEM_MODULES_UPDATE}> + <a class="maxi" style="color:red;" href="<{$xoops_url}>/modules/system/admin.php?fct=modulesadmin&op=update&module=<{$row.dirname}>" title="<{$smarty.const._AM_SYSTEM_MODULES_UPDATE}>"><{$row.version}></a><br /><{$smarty.const._AM_SYSTEM_MODULES_UPDATE}> <{else}> <{$row.version}> <{$row.module_status}> <{/if}> @@ -152,7 +154,7 @@ </td> <td> <{if $row.warning_update == 1}> - <a class="tooltip maxi" style="color:red;" href="<{$xoops_url}>/modules/system/admin.php?fct=modulesadmin&op=update&module=<{$row.dirname}>" title="<{$smarty.const._AM_SYSTEM_MODULES_UPDATE}>"><{$row.version}></a><br /><{$smarty.const._AM_SYSTEM_MODULES_UPDATE}> + <a class="maxi" style="color:red;" href="<{$xoops_url}>/modules/system/admin.php?fct=modulesadmin&op=update&module=<{$row.dirname}>" title="<{$smarty.const._AM_SYSTEM_MODULES_UPDATE}>"><{$row.version}></a><br /><{$smarty.const._AM_SYSTEM_MODULES_UPDATE}> <{else}> <{$row.version}> <{$row.module_status}> <{/if}> @@ -193,8 +195,10 @@ <{if $toinstall_mods}> <div class="pull-left"> - <img class="cursorpointer" onclick="system_moduleLargeView();" src="<{xoAdminIcons view_large.png}>" alt="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLARGE}>" title="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLARGE}>" /> - <img class="cursorpointer" onclick="system_moduleListView();" src="<{xoAdminIcons view_small.png}>" alt="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLINE}>" title="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLINE}>" /> + <button class="btn btn-default cursorpointer" onclick="system_moduleLargeView();" title="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLARGE}>"><i class="glyphicon glyphicon-th-large"></i></button> + <!-- <img class="cursorpointer" src="<{xoAdminIcons view_large.png}>" onclick="system_moduleLargeView();" alt="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLARGE}>" title="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLARGE}>" /> --> + <button class="btn btn-default cursorpointer" onclick="system_moduleListView();" title="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLARGE}>"><i class="glyphicon glyphicon-th-list"></i></button> + <!-- <img class="cursorpointer" onclick="system_moduleListView();" src="<{xoAdminIcons view_small.png}>" alt="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLINE}>" title="<{$smarty.const._AM_SYSTEM_MODULES_VIEWLINE}>" /> --> </div> <div class="clear spacer"></div> <table class="table table-bordered"> @@ -223,8 +227,8 @@ </td> <td><{$row.version}> <{$row.module_status}></td> <td class="xo-modsimages"> - <a href="<{$xoops_url}>/modules/system/admin.php?fct=modulesadmin&op=install&module=<{$row.dirname}>" title="<{$smarty.const._AM_SYSTEM_MODULES_INSTALL}>"> - <img src="<{xoAdminIcons install.png}>" alt="<{$smarty.const._AM_SYSTEM_MODULES_INSTALL}>" /> + <a href="<{$xoops_url}>/modules/system/admin.php?fct=modulesadmin&op=install&module=<{$row.dirname}>" title="<{$smarty.const._AM_SYSTEM_MODULES_INSTALL}>"><img src="<{xoAdminIcons install.png}>" alt="<{$smarty.const._AM_SYSTEM_MODULES_INSTALL}>" /> + <!-- <i class="glyphicon glyphicon-circle-arrow-up"></i> --> </a> <img class="cursorpointer" onclick="display_dialog(<{$row.mid}>, true, true, 'slide', 'slide', 240, 450);" src="<{xoAdminIcons info.png}>" alt="<{$smarty.const._INFO}>" title="<{$smarty.const._INFO}>" /> </td> Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_templates.html =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_templates.html 2015-03-25 23:37:10 UTC (rev 13023) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/templates/admin/system_templates.html 2015-03-26 22:55:00 UTC (rev 13024) @@ -11,8 +11,8 @@ </thead> <tbody> <tr> - <td class="aligntop col-md-2"><div id="fileTree" class="display_folder"></div></td> - <td class="aligntop col-md-10"> + <td class="aligntop col-md-1"><div id="fileTree" class="display_folder"></div></td> + <td class="aligntop col-md-11"> <div id="display_form" class="form-inline"><{$form}></div> <div id="display_contenu"></div> <div id='display_message' class="text-center" style="display:none;"></div> Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/content.css =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/content.css 2015-03-25 23:37:10 UTC (rev 13023) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/content.css 2015-03-26 22:55:00 UTC (rev 13024) @@ -206,13 +206,13 @@ text-decoration: underline; } -/*=============== styles for tables =================*/ +/*=============== styles for tables =================*//* table { margin: 0; width: 100%; border: none; border-collapse: separate /*collapse*/; - border-spacing: 1px; + /*border-spacing: 1px; } th { @@ -220,7 +220,7 @@ color: #fff; padding: 4px; vertical-align: middle; -} +}*/ .outer { width: 99%; @@ -255,7 +255,7 @@ padding: 5px; font-weight: bold; } - +/* tr.head td { background-color: #BDE3FB; padding: 5px; @@ -280,7 +280,7 @@ font-weight: bold; } -td.head {max-width: 300px !important;} +td.head {max-width: 300px !important;}*/ /*============= XOOPS Editors =============*/ body.mceContentBody { background-color: #fff; Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/dashboard.css =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/dashboard.css 2015-03-25 23:37:10 UTC (rev 13023) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/dashboard.css 2015-03-26 22:55:00 UTC (rev 13024) @@ -71,7 +71,7 @@ background-position: left top; background-repeat: no-repeat; font-weight: bold; - height: 30px; + height: 43px; vertical-align: middle; padding: 10px 40px 0 40px; border-bottom: 3px solid #393e41; Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/logger.css =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/logger.css 2015-03-25 23:37:10 UTC (rev 13023) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/logger.css 2015-03-26 22:55:00 UTC (rev 13024) @@ -12,7 +12,7 @@ */ #xo-logger-errors, #xo-logger-deprecated, #xo-logger-queries, #xo-logger-blocks, #xo-logger-extra, #xo-logger-timers{ - max-width: 95% !important; + max-width: 96% !important; } #xo-logger-output { margin: 0 auto !important; @@ -24,7 +24,7 @@ margin-top: -2px; padding-left: 2%; padding-right: 2%; - width: 96% !important; + width: 100% !important; } #xo-logger-errors {} Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/style.css =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/style.css 2015-03-25 23:37:10 UTC (rev 13023) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/style.css 2015-03-26 22:55:00 UTC (rev 13024) @@ -114,4 +114,4 @@ background: #EEEDED; color: #333; border: 2px solid #666; -} +} \ No newline at end of file Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/tabs.css =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/tabs.css 2015-03-25 23:37:10 UTC (rev 13023) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/assets/css/tabs.css 2015-03-26 22:55:00 UTC (rev 13024) @@ -14,7 +14,7 @@ list-style:none; margin:0 !important; padding: 10px 0 0 0; - height:30px; + height:43px; border-bottom: 3px solid #393e41; } Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/default.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/default.php 2015-03-25 23:37:10 UTC (rev 13023) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/default.php 2015-03-26 22:55:00 UTC (rev 13024) @@ -74,7 +74,8 @@ $xoTheme->addScript(XOOPS_ADMINTHEME_URL . '/default/assets/js/formenu.js'); $xoTheme->addScript(XOOPS_ADMINTHEME_URL . '/default/assets/js/menu.js'); $xoTheme->addScript(XOOPS_ADMINTHEME_URL . '/default/assets/js/tooltip.js'); - $xoTheme->addScript(XOOPS_ADMINTHEME_URL . '/default/assets/js/tabs.jquery.tools.min.js'); + $xoTheme->addScript(XOOPS_ADMINTHEME_URL . '/default/assets/js/tabs.jquery.tools.min.js'); + $xoTheme->addScript(XOOPS_ADMINTHEME_URL . '/default/assets/js/default.js'); $tpl->assign('lang_cp', _CPHOME); //start system overview Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/xotpl/xo_icons.html =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/xotpl/xo_icons.html 2015-03-25 23:37:10 UTC (rev 13023) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/xotpl/xo_icons.html 2015-03-26 22:55:00 UTC (rev 13024) @@ -4,16 +4,16 @@ <div id="xo-icon"> <{foreach item=op from=$mod_options}> <a href="<{$op.link}>" data-toggle="tooltip" data-original-title="<{$op.desc}>" title="<{$op.desc}>"> - <img src='<{$op.icon|default:"$theme_icons/icon_options.png"}>' alt="<{$op.desc}>" /> + <img class="img-rounded" src='<{$op.icon|default:"$theme_icons/icon_options.png"}>' alt="<{$op.desc}>" /> <br /><span><{$op.title}></span> </a> <{/foreach}> <a href="<{xoAppUrl modules/system/admin.php}>" data-toggle="tooltip" data-original-title="<{$smarty.const._AM_SYSTEM_CONFIG}>" title="<{$smarty.const._AM_SYSTEM_CONFIG}>"> - <img src='<{"$theme_icons/configuration.png"}>' /> + <img class="img-rounded" src='<{"$theme_icons/configuration.png"}>' /> <span><{$smarty.const._AM_SYSTEM_CONFIG}></span> </a> <a href="<{xoAppUrl modules/system/help.php}>" data-toggle="tooltip" data-original-title="<{$smarty.const._AM_SYSTEM_HELP}>" title="<{$smarty.const._AM_SYSTEM_HELP}>"> - <img src='<{"$theme_icons/help.png"}>' /> + <img class="img-rounded" src='<{"$theme_icons/help.png"}>' /> <span><{$smarty.const._AM_SYSTEM_HELP}></span> </a> </div> Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/xotpl/xo_toolbar.html =================================================================== --- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/xotpl/xo_toolbar.html 2015-03-25 23:37:10 UTC (rev 13023) +++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/default/xotpl/xo_toolbar.html 2015-03-26 22:55:00 UTC (rev 13024) @@ -2,20 +2,19 @@ <div id="xo-modname"> <{$modname}> </div> - <div id="xo-toolbar"> + <div class="thumbnail" id="xo-toolbar"> <{foreach item=op from=$mod_options}> - <a class="tooltip" href="<{$op.link}>" title="<{$op.title}>"> - <img src='<{$op.icon|default:"$theme_icons/icon_options.png"}>' alt="<{$op.title}>" /> + <a href="<{$op.link}>" data-toggle="tooltip" data-original-title="<{$op.title}>" title="<{$op.title}>"> + <img class="img-rounded" src='<{$op.icon|default:"$theme_icons/icon_options.png"}>' alt="<{$op.title}>" /> </a> - <{/foreach}> - + <{/foreach}> <{if $moddir!='system' && $mod_options}> - <a class="tooltip" href="<{$xoops_url}>/modules/system/admin.php?fct=preferences&op=showmod&mod=<{$modid}>" title="<{$smarty.const._OXYGEN_SITEPREF}>"> - <img src="<{$theme_icons}>/prefs.png" alt="<{$smarty.const._OXYGEN_SITEPREF}>" /> + <a href="<{$xoops_url}>/modules/system/admin.php?fct=preferences&op=showmod&mod=<{$modid}>" data-toggle="tooltip" data-original-title="<{$smarty.const._OXYGEN_SITEPREF}>" title="<{$smarty.const._OXYGEN_SITEPREF}>"> + <img class="img-rounded" src="<{$theme_icons}>/prefs.png" alt="<{$smarty.const._OXYGEN_SITEPREF}>" /> </a> <{/if}> - <a class="tooltip" href="<{xoAppUrl modules/system/help.php}>" title="<{$smarty.const._AM_SYSTEM_HELP}>"> - <img src='<{"$theme_icons/help.png"}>' /> + <a href="<{xoAppUrl modules/system/help.php}>" data-toggle="tooltip" data-original-title="<{$smarty.const._AM_SYSTEM_HELP}>" title="<{$smarty.const._AM_SYSTEM_HELP}>"> + <img class="img-rounded" src='<{"$theme_icons/help.png"}>' /> </a> </div> </div> \ No newline at end of file |