Changeset 1066
- Timestamp:
- 2012-07-27T19:00:08+02:00 (11 months ago)
- Location:
- trunk/htdocs/cacher
- Files:
-
- 4 edited
-
cacher-zh-simplified.lang.php (modified) (1 diff)
-
cacher-zh-traditional.lang.php (modified) (1 diff)
-
cacher.php (modified) (1 diff)
-
cacher.tpl.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/cacher/cacher-zh-simplified.lang.php
r1064 r1066 8 8 'Clear' 9 9 => '清除', 10 'Sure to clear?'11 => '确认 要清除吗?',10 'Sure?' 11 => '确认?', 12 12 '% Free' 13 13 => '% 剩余', -
trunk/htdocs/cacher/cacher-zh-traditional.lang.php
r1064 r1066 8 8 'Clear' 9 9 => '清除', 10 'Sure to clear?'11 => '確認 要清除嗎?',10 'Sure?' 11 => '確認?', 12 12 '% Free' 13 13 => '% 剩余', -
trunk/htdocs/cacher/cacher.php
r1064 r1066 179 179 } 180 180 processAction(); 181 if (isset($_POST['coredump'])) { 182 xcache_coredump(); 183 } 181 184 // }}} 182 185 // {{{ load info/list -
trunk/htdocs/cacher/cacher.tpl.php
r1064 r1066 60 60 $l_compiling = _('Compiling'); 61 61 $l_normal = _('Normal'); 62 $l_c lear_confirm = _('Sure to clear?');62 $l_confirm = _('Sure?'); 63 63 foreach ($cacheinfos as $i => $ci) { 64 64 echo " … … 129 129 ><input type="hidden" name="type" value="{$ci['type']}" 130 130 /><input type="hidden" name="cacheid" value="{$ci['cacheid']}" 131 /><input type="submit" name="clearcache" value="{$l_clear}" class="submit" onclick="return confirm('{$l_c lear_confirm}');"131 /><input type="submit" name="clearcache" value="{$l_clear}" class="submit" onclick="return confirm('{$l_confirm}');" 132 132 /><input type="submit" name="{$enabledisable}" value="{$l_enabledisable}" class="submit" 133 133 /></div … … 312 312 ob_end_flush(); 313 313 } 314 if (ini_get("xcache.test")) { 315 ?> 316 <form method="post" action="" 317 ><div 318 /><input type="submit" name="coredump" value="Test coredump" class="submit" onclick="return confirm('<?php echo $l_confirm ?>');" 319 /></div 320 ></form> 321 <?php 322 } 314 323 if ($moduleinfo) { 315 324 $t_moduleinfo = _("Module Info");
Note: See TracChangeset
for help on using the changeset viewer.

