X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/aeaff6f362f8e376c592469db74f9da3434ecacc..2ad9ec6883d81c3389d4ce307ad2d36b48aa0e5a:/templates/chprop.htm

diff --git a/templates/chprop.htm b/templates/chprop.htm
index 67f362b..e5ed8f5 100644
--- a/templates/chprop.htm
+++ b/templates/chprop.htm
@@ -16,7 +16,7 @@
 
 <p>Current mode: {MODE_STRING} (Octal: {MODE_OCTAL})</p>
 
-<p>Current group: {GROUP} (GID: {GID})</p>
+<p>Current group: {IF group_detected}{GROUP} ({ENDIF}GID: {GID}{IF group_detected}){ENDIF}</p>
 
 <hr>
 
@@ -26,7 +26,7 @@
 <form action="{SCRIPT}" method="get">
 <input type="hidden" name="command" value="chprop">
 <input type="hidden" name="file" value="{FILE}">
-<td><input type="text" name="mode" value="{MODE_OCTAL}"> <input type="submit" value="Change!"></td>
+<td><input type="text" name="mode"> <input type="submit" value="Change!"></td>
 </form>
 </tr>
 <tr>
@@ -34,11 +34,20 @@
 <form action="{SCRIPT}" method="get">
 <input type="hidden" name="command" value="chprop">
 <input type="hidden" name="file" value="{FILE}">
-<td><input type="text" name="group" value="{GROUP}"> <input type="submit" value="Change!"></td>
+<td><input type="text" name="group"> <input type="submit" value="Change!"></td>
 </form>
 </tr>
 </table>
 
+<p><b>Notes:</b></p>
+
+<ul>
+<li><b>Change mode:</b><br>
+Use an <b>octal</b> number to change the mode of the file. SetUID, SetGID and Sticky Bit are also supported.</li>
+<li><b>Change group:</b><br>
+Enter the group name or the group ID the file should be assigned to. If a group name is also a numeric group ID, the value is used as a group name.</li>
+</ul>
+
 <hr>
 
 <p align="right"><a href="{SCRIPT}?command=about" target="_blank"><i>About Dev-Editor</i></a></p>