]> git.mjollnir.org Git - moodle.git/commitdiff
Renaming some stuff, it's the fashion this week
authormoodler <moodler>
Fri, 24 Mar 2006 02:35:36 +0000 (02:35 +0000)
committermoodler <moodler>
Fri, 24 Mar 2006 02:35:36 +0000 (02:35 +0000)
mod/data/preset/imagegallery/addtemplate.html [moved from mod/data/preset/photogallery/addtemplate.html with 100% similarity]
mod/data/preset/imagegallery/listtemplate.html [moved from mod/data/preset/photogallery/listtemplate.html with 100% similarity]
mod/data/preset/imagegallery/listtemplatefooter.html [moved from mod/data/preset/photogallery/listtemplatefooter.html with 100% similarity]
mod/data/preset/imagegallery/listtemplateheader.html [moved from mod/data/preset/photogallery/listtemplateheader.html with 100% similarity]
mod/data/preset/imagegallery/preset.xml [new file with mode: 0644]
mod/data/preset/imagegallery/rsstemplate.html [moved from mod/data/preset/photogallery/rsstemplate.html with 100% similarity]
mod/data/preset/imagegallery/singletemplate.html [moved from mod/data/preset/photogallery/singletemplate.html with 100% similarity]
mod/data/preset/photogallery/preset.xml [deleted file]

diff --git a/mod/data/preset/imagegallery/preset.xml b/mod/data/preset/imagegallery/preset.xml
new file mode 100644 (file)
index 0000000..20ecd23
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+
+<settings>
+    <comments>1</comments>
+    <ratings>1</ratings>
+</settings>
+
+<field>
+    <type>text</type>
+    <name>Name</name>
+    <description>The name of this image</description>
+</field>
+
+<field>
+    <type>textarea</type>
+    <name>Description</name>
+    <description>Information about your image</description>
+</field>
+
+<field>
+    <type>picture</type>
+    <name>Image</name>
+    <description>Your uploaded image</description>
+    <param1></param1>
+    <param2></param2>
+    <param4>100</param4>
+    <param5>100</param5>
+</field>
diff --git a/mod/data/preset/photogallery/preset.xml b/mod/data/preset/photogallery/preset.xml
deleted file mode 100644 (file)
index 4203816..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0"?>
-
-<settings>
-    <type>text</type>
-    <name>Name</name>
-    <description>The name of this photo</description>
-</settings>
-
-<field>
-    <type>text</type>
-    <name>Name</name>
-    <description>The name of this photo</description>
-</field>
-
-<field>
-    <type>textarea</type>
-    <name>Description</name>
-    <description>Information about your photo</description>
-</field>
-
-<field>
-    <type>picture</type>
-    <name>Picture</name>
-    <description>Your uploaded image</description>
-    <param1>500</param1>
-    <param2>500</param2>
-    <param3>100</param3>
-    <param4>100</param4>
-</field>