From 3d2eef2a69859b81a3528505689fcd661642fd4b Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 2 Mar 2013 17:00:32 +0000 Subject: [PATCH] Now shows st,nd,rd,th on date & no 0 prefixes --- lib/properties.php | 294 ++++++++++++++++++++++----------------------- 1 file changed, 147 insertions(+), 147 deletions(-) diff --git a/lib/properties.php b/lib/properties.php index e239841..511bd4f 100644 --- a/lib/properties.php +++ b/lib/properties.php @@ -1,148 +1,148 @@ - - - - - -ICEcoder <?php echo $ICEcoder["versionNo"];?> file/folder properties - - - - - - - -

properties

- - -


-Size: = 1024) { - $outputSize = ($outputSize/1024); - $outputUnit = "mb"; -} -echo number_format($outputSize, 2, '.', '').$outputUnit." (".number_format($bytes)." bytes)"; -?> -Modified: -Last access: -

-Type: -Readable / Writeable: - / - -Relative path: - -

-Absolute path:
-

-
- -Permissions: - - - - - - - - - - - - - - - - - - - - - -
OwnerGroupPublic
onClick="changePerms();showButton()"> Read onClick="changePerms();showButton()"> Read onClick="changePerms();showButton()"> Read
onClick="changePerms();showButton()"> Write onClick="changePerms();showButton()"> Write onClick="changePerms();showButton()"> Write
onClick="changePerms();showButton()"> Execute onClick="changePerms();showButton()"> Execute onClick="changePerms();showButton()"> Execute
-
- -Change to:
-
- -
-
- -
update
- - - - - + + + + + +ICEcoder <?php echo $ICEcoder["versionNo"];?> file/folder properties + + + + + + + +

properties

+ + +


+Size: = 1024) { + $outputSize = ($outputSize/1024); + $outputUnit = "mb"; +} +echo number_format($outputSize, 2, '.', '').$outputUnit." (".number_format($bytes)." bytes)"; +?> +Modified: +Last access: +

+Type: +Readable / Writeable: + / + +Relative path: + +

+Absolute path:
+

+
+ +Permissions: + + + + + + + + + + + + + + + + + + + + + +
OwnerGroupPublic
onClick="changePerms();showButton()"> Read onClick="changePerms();showButton()"> Read onClick="changePerms();showButton()"> Read
onClick="changePerms();showButton()"> Write onClick="changePerms();showButton()"> Write onClick="changePerms();showButton()"> Write
onClick="changePerms();showButton()"> Execute onClick="changePerms();showButton()"> Execute onClick="changePerms();showButton()"> Execute
+
+ +Change to:
+
+ +
+
+ +
update
+ + + + + \ No newline at end of file