]> source.dussan.org Git - nextcloud-server.git/commitdiff
add icon for log app
authorGeorg Ehrke <dev@georgswebsite.de>
Sat, 14 Jan 2012 22:39:05 +0000 (23:39 +0100)
committerGeorg Ehrke <dev@georgswebsite.de>
Sat, 14 Jan 2012 22:39:05 +0000 (23:39 +0100)
lib/app.php
settings/img/log Icon License [new file with mode: 0644]
settings/img/log.png [new file with mode: 0644]
settings/img/log.svg [new file with mode: 0755]

index 3cf00464d37aa0b66296fa6b5da203648040dcd9..de7d82ce9596a66a527ed927f6f52459c3af059b 100644 (file)
@@ -232,7 +232,7 @@ class OC_App{
                                // admin apps menu
                                $settings[] = array( "id" => "core_apps", "order" => 3, "href" => OC_Helper::linkTo( "settings", "apps.php?installed" ), "name" => $l->t("Apps"), "icon" => OC_Helper::imagePath( "settings", "apps.svg" ));
                                // admin log menu
-                               $settings[] = array( "id" => "core_log", "order" => 4, "href" => OC_Helper::linkTo( "settings", "log.php" ), "name" => $l->t("Log"), "icon" => OC_Helper::imagePath( "settings", "admin.svg" ));
+                               $settings[] = array( "id" => "core_log", "order" => 4, "href" => OC_Helper::linkTo( "settings", "log.php" ), "name" => $l->t("Log"), "icon" => OC_Helper::imagePath( "settings", "log.svg" ));
 
                                $settings[]=array( "id" => "admin", "order" => 1000, "href" => OC_Helper::linkTo( "settings", "admin.php" ), "name" => $l->t("Admin"), "icon" => OC_Helper::imagePath( "settings", "admin.svg" ));
                        }
diff --git a/settings/img/log Icon License b/settings/img/log Icon License
new file mode 100644 (file)
index 0000000..b5c3167
--- /dev/null
@@ -0,0 +1,2 @@
+CC BY 3.0
+http://thenounproject.com/en-us/noun/printer/#icon-No109
\ No newline at end of file
diff --git a/settings/img/log.png b/settings/img/log.png
new file mode 100644 (file)
index 0000000..c84b3b2
Binary files /dev/null and b/settings/img/log.png differ
diff --git a/settings/img/log.svg b/settings/img/log.svg
new file mode 100755 (executable)
index 0000000..72d4758
--- /dev/null
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   width="16px"
+   height="16px"
+   viewBox="0 0 100 100"
+   enable-background="new 0 0 100 100"
+   xml:space="preserve"
+   inkscape:version="0.48.1 r9760"
+   sodipodi:docname="log.svg"><metadata
+   id="metadata21"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
+   id="defs19" /><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1680"
+   inkscape:window-height="1004"
+   id="namedview17"
+   showgrid="false"
+   inkscape:zoom="3.06"
+   inkscape:cx="50"
+   inkscape:cy="50"
+   inkscape:window-x="-2"
+   inkscape:window-y="23"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="Layer_1" />
+<rect
+   x="75"
+   y="45"
+   width="4"
+   height="19"
+   id="rect3"
+   style="fill:#4d4d4d" />
+<polygon
+   points="21,0 21,19 25,19 25,4 75,4 75,19 79,19 79,0 "
+   id="polygon5"
+   style="fill:#4d4d4d" />
+<polygon
+   points="75,45 75,96 44,96 44,77 25,77 25,45 21,45 21,80 41,100 79,100 79,45 "
+   id="polygon7"
+   style="fill:#4d4d4d" />
+<rect
+   x="31"
+   y="45"
+   width="38"
+   height="3"
+   id="rect9"
+   style="fill:#4d4d4d" />
+<rect
+   x="31"
+   y="56"
+   width="38"
+   height="3"
+   id="rect11"
+   style="fill:#4d4d4d" />
+<rect
+   x="31"
+   y="67"
+   width="38"
+   height="3"
+   id="rect13"
+   style="fill:#4d4d4d" />
+<path
+   d="M0,21v48h19V59h-9V31h80v28h-9v10h19V21H0z M97,28h-4v-4h4V28z"
+   id="path15"
+   style="fill:#4d4d4d" />
+</svg>
\ No newline at end of file