From a15965fc5f7a67d760ee89c4709c2f18ee3a6e25 Mon Sep 17 00:00:00 2001 From: arborrow Date: Mon, 3 Mar 2008 17:42:08 +0000 Subject: [PATCH] MDL-13593 - adding uploadpictures.html help file --- lang/en_utf8/help/uploadpictures.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lang/en_utf8/help/uploadpictures.html diff --git a/lang/en_utf8/help/uploadpictures.html b/lang/en_utf8/help/uploadpictures.html new file mode 100644 index 00000000000..a3f7d330c10 --- /dev/null +++ b/lang/en_utf8/help/uploadpictures.html @@ -0,0 +1,4 @@ +

Upload user pictures

+ +

User pictures can be uploaded as a zip file of image files. The image files should be named chosen-user-attribute.extension. For example, if the chosen user attribute used to match pictures is username and the username is 1234, then the filename would be 1234.jpg.

+

Image types supported include gif, jpg, and png.

\ No newline at end of file