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:
parent
cec9aeb79e
commit
cc74546430
|
@ -273,7 +273,9 @@ ENTRY;
|
|||
?>
|
||||
|
||||
</table>
|
||||
<?php if (!$isphp) { ?>
|
||||
<input type="submit" value="<?php echo _T("Remove Selected"); ?>">
|
||||
<?php } ?>
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue