Changeset 838 in ExiteCMS
- Timestamp:
- 09/25/07 22:15:58 (4 years ago)
- Location:
- trunk
- Files:
-
- 14 edited
-
administration/downloads.php (modified) (1 diff)
-
administration/images/admins.gif (modified) (previous)
-
administration/images/adverts.gif (modified) (previous)
-
includes/Smarty-2.6.18/custom-plugins/function.buttonlink.php (modified) (1 diff)
-
locale/English/admin/redirects.php (modified) (1 diff)
-
modules/main_menu_panel/module_installer.php (modified) (1 diff)
-
modules/user_info_panel/module_installer.php (modified) (1 diff)
-
modules/user_info_panel/templates/modules.user_info_panel.tpl (modified) (1 diff)
-
modules/welcome_message_panel/module_installer.php (modified) (1 diff)
-
themes/PLiTheme/styles.css (modified) (1 diff)
-
themes/PLiTheme/templates/source/admin.forum_polls.tpl (modified) (2 diffs)
-
themes/PLiTheme/templates/source/admin.images.tpl (modified) (1 diff)
-
themes/PLiTheme/templates/source/admin.redirects.tpl (modified) (2 diffs)
-
themes/PLiTheme/templates/source/main.pm.options.tpl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/downloads.php
r834 r838 207 207 $variables['download_filesize'] = $download_filesize; 208 208 $variables['barmsg'] = $barmsg; 209 $variables['bar title'] = $bartitle;209 $variables['bar_title'] = $bar_title; 210 210 211 211 } else { -
trunk/includes/Smarty-2.6.18/custom-plugins/function.buttonlink.php
r835 r838 57 57 } 58 58 59 return "<input type='button' class='button' value='$name' ".($title?"title='$title' ":"")."onClick='".($script ? $link: ($new ? "window.open(\"$link\");'" : "window.location=\"$link\";'"))." />";59 return "<input type='button' class='button' value='$name' ".($title?"title='$title' ":"")."onClick='".($script ? ($link."'") : ($new ? "window.open(\"$link\");'" : "window.location=\"$link\";'"))." />"; 60 60 } 61 61 -
trunk/locale/English/admin/redirects.php
r814 r838 30 30 $locale['488'] = "Are you sure you want to delete this redirect URL?"; 31 31 $locale['489'] = "Requested url_id is missing. Maybe it was deleted by someone else?"; 32 $locale['490'] = "If checked, 'Request URL' is used to match, 'Redirect URL'to convert the URL";32 $locale['490'] = "If checked, the first field is used to match, the second to convert the URL"; 33 33 ?> -
trunk/modules/main_menu_panel/module_installer.php
r834 r838 12 12 | the included gpl.txt file or visit http://gnu.org | 13 13 +----------------------------------------------------*/ 14 if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined(' IN_FUSION')) fallback(BASEDIR."index.php");14 if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined('ExiteCMS_INIT')) fallback(BASEDIR."index.php"); 15 15 16 16 /*---------------------------------------------------+ -
trunk/modules/user_info_panel/module_installer.php
r834 r838 12 12 | the included gpl.txt file or visit http://gnu.org | 13 13 +----------------------------------------------------*/ 14 if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined(' IN_FUSION')) fallback(BASEDIR."index.php");14 if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined('ExiteCMS_INIT')) fallback(BASEDIR."index.php"); 15 15 16 16 /*---------------------------------------------------+ -
trunk/modules/user_info_panel/templates/modules.user_info_panel.tpl
r801 r838 40 40 <div style='text-align:center'> 41 41 <a href='{$smarty.const.MODULES}forum_threads_list_panel/new_posts.php' class='side'><b>{$new_post_msg|string_format:$locale.090}{if $new_post_msg == 1}{$locale.088}{else}{$locale.089}{/if}</b></a> 42 <br /> <br />43 <a href='{$smarty.const.MODULES}forum_threads_list_panel/new_posts.php?markasread={$user_id}'><img src='{$smarty.const.THEME}forum/markread.gif' alt='' /></a>42 <br /> 43 {buttonlink name=$locale.091 link=$smarty.const.MODULES|cat:"forum_threads_list_panel/new_posts.php?markasread="|cat:$user_id} 44 44 </div> 45 45 {/if} -
trunk/modules/welcome_message_panel/module_installer.php
r834 r838 12 12 | the included gpl.txt file or visit http://gnu.org | 13 13 +----------------------------------------------------*/ 14 if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined(' IN_FUSION')) fallback(BASEDIR."index.php");14 if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined('ExiteCMS_INIT')) fallback(BASEDIR."index.php"); 15 15 16 16 /*---------------------------------------------------+ -
trunk/themes/PLiTheme/styles.css
r802 r838 15 15 form { margin:0px; } 16 16 17 .button { font:0.9em Arial,Sans-Serif; Sans-Serif; font-weight: bold; color:#606060; background-color:#e0e0e0; border-top:1px # fff solid; border-left:1px #fff solid; border-bottom:1px #666 solid; border-right:1px #666 solid; cursor:pointer; padding: 1px 2px; background:url(/themes/PLiTheme/images/buttonbg.jpg) repeat-x left top; }17 .button { font:0.9em Arial,Sans-Serif; Sans-Serif; font-weight: bold; color:#606060; background-color:#e0e0e0; border-top:1px #ddd solid; border-left:1px #ddd solid; border-bottom:1px #666 solid; border-right:1px #666 solid; cursor:pointer; margin-top:2px; padding: 1px 2px; background:url(/themes/PLiTheme/images/buttonbg.jpg) repeat-x left top; } 18 18 .textbox { font:1em Verdana, Arial,Sans-Serif; color:#000; background-color:#eee; border:1px #666 solid; } 19 19 -
trunk/themes/PLiTheme/templates/source/admin.forum_polls.tpl
r745 r838 70 70 </td> 71 71 <td class='tbl1'> 72 <a href='javascript:void(0)' onClick="fp_show('creation')">{$locale.FPM_027}</a>72 {buttonlink name=$locale.FPM_027 link="fp_show(\"creation\")" script="yes"} 73 73 </td> 74 74 </tr> … … 111 111 </td> 112 112 <td class='tbl1'> 113 <a href='javascript:void(0)' onClick="fp_show('voting')">{$locale.FPM_028}</a>113 {buttonlink name=$locale.FPM_028 link="fp_show(\"voting\")" script="yes"} 114 114 </td> 115 115 </tr> -
trunk/themes/PLiTheme/templates/source/admin.images.tpl
r835 r838 65 65 </td> 66 66 <td align='center' width='50' class='{cycle values='tbl1,tbl2'}' style='white-space:nowrap'> 67 {buttonlink name=$locale.461 link=$smarty.const.FUSION_SELF|cat:$aidlink|cat:"&ifolder="|cat:$ifolder|cat:"&view="|cat:$image} 68 {buttonlink name=$locale.462 link=$smarty.const.FUSION_SELF|cat:$aidlink|cat:"&ifolder="|cat:$ifolder|cat:"&del="|cat:$image}67 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&ifolder={$ifolder}&view={$image}'><img src='{$smarty.const.THEME}images/image_view.gif' alt='{$locale.461}' title='{$locale.461}'></a> 68 <a href='{$smarty.const.FUSION_SELF}{$aidlink}&ifolder={$ifolder}&del={$image}'><img src='{$smarty.const.THEME}images/image_delete.gif' alt='{$locale.462}' title='{$locale.462}'></a> 69 69 </td> 70 70 </tr> -
trunk/themes/PLiTheme/templates/source/admin.redirects.tpl
r814 r838 34 34 </td> 35 35 </tr> 36 <tr> 36 {* <tr> 37 <td width='175' class='tbl'> 38 {$locale.426}: 39 </td> 40 <td class='tbl'> 41 <input type='checkbox' name='url_regex' value='1'{if $url_regex} checked{/if} /> <span class='small2'>{$locale.490}</span> 42 </td> 43 </tr> 44 *} <tr> 37 45 <td width='175' class='tbl'> 38 46 {$locale.422}: … … 40 48 <td class='tbl'> 41 49 <input type='checkbox' name='url_redirect' value='1'{if $url_redirect} checked{/if} /> 42 </td>43 </tr>44 <tr>45 <td width='175' class='tbl'>46 {$locale.426}:47 </td>48 <td class='tbl'>49 <input type='checkbox' name='url_regex' value='1'{if $url_regex} checked{/if} /> <span class='small2'>{$locale.490}</span>50 50 </td> 51 51 </tr> -
trunk/themes/PLiTheme/templates/source/main.pm.options.tpl
r835 r838 75 75 </td> 76 76 </tr> 77 78 {* FUTURE EXTENSION: AUTO ARCHIVE HASN'T BEEN ACTIVATED YET 79 77 80 <tr> 78 81 <td align='right' class='tbl1' width='70%'> … … 80 83 </td> 81 84 <td class='tbl1' width='30%'> 82 <select name='pm_auto_archive' class='textbox'>85 <select disabled readonly name='pm_auto_archive' class='textbox'> 83 86 {if $global_options.pmconfig_auto_archive == '0'}<option value='0' {if $user_options.pmconfig_auto_archive == "0"} selected{/if}>{$locale.636}</option>{/if} 84 87 {if $global_options.pmconfig_auto_archive == '0' || $global_options.pmconfig_auto_archive >= '30'}<option value='30' {if $user_options.pmconfig_auto_archive == "30"} selected{/if}> 30 {$locale.637}</option>{/if} … … 97 100 </td> 98 101 </tr> 102 *} 99 103 <tr> 100 104 <td align='right' class='tbl1' width='70%'>
Note: See TracChangeset
for help on using the changeset viewer.
