X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/a07b98187cfa4eba82ab509350c1d317e802c1a6..4b6ea0ada25839464b9bd7d2eec2e97567ab1626:/templates/dirlist_dir.htm diff --git a/templates/dirlist_dir.htm b/templates/dirlist_dir.htm index 04a2daa..c1bf870 100644 --- a/templates/dirlist_dir.htm +++ b/templates/dirlist_dir.htm @@ -1,6 +1,6 @@ <tr> -<td align="right">[SUBDIR]</td> -<td style="padding-left:15pt">{DATE}</td> -<td style="padding-left:15pt"><a href="{SCRIPT}?command=show&file={DIR}">{DIR_NAME}/</a></td> -<td style="padding-left:15pt">(<a href="{SCRIPT}?command=rename&file={DIR}">Rename</a> | <a href="{SCRIPT}?command=remove&file={DIR}">Delete</a> | <a href="{URL}" target="_blank">View in Browser</a>)</td> +<td align="right" style="white-space:nowrap">[SUBDIR]</td> +<td style="padding-left:15pt;white-space:nowrap;">{DATE}</td> +<td style="padding-left:15pt;white-space:nowrap;"><a href="{SCRIPT}?command=show&file={DIR}">{DIR_NAME}/</a></td> +<td style="padding-left:15pt;white-space:nowrap;">(<a href="{SCRIPT}?command=rename&file={DIR}">Rename</a> | <a href="{SCRIPT}?command=remove&file={DIR}">Delete</a> |{IF users} <a href="{SCRIPT}?command=chprop&file={DIR}">Chmod/Chgrp</a> |{ENDIF} <a href="{URL}" target="_blank">View in Browser</a>)</td> </tr>