1
0
Fork 0

hide "remove selected" for php list

--此行及以下内容将会被忽略--

M    admin/xcache.tpl.php


git-svn-id: svn://svn.lighttpd.net/xcache/trunk@689 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2010-03-03 11:30:54 +00:00
parent cec9aeb79e
commit cc74546430
1 changed files with 2 additions and 0 deletions

View File

@ -273,7 +273,9 @@ ENTRY;
?>
</table>
<?php if (!$isphp) { ?>
<input type="submit" value="<?php echo _T("Remove Selected"); ?>">
<?php } ?>
</form>
<?php
}