From: Georg Ehrke Date: Sat, 14 Jan 2012 22:39:05 +0000 (+0100) Subject: add icon for log app X-Git-Tag: v3.0~45 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0c76884f9884fe0bbc0479f7380a0429adba80c3;p=nextcloud-server.git add icon for log app --- diff --git a/lib/app.php b/lib/app.php index 3cf00464d37..de7d82ce959 100644 --- a/lib/app.php +++ b/lib/app.php @@ -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 index 00000000000..b5c3167d733 --- /dev/null +++ b/settings/img/log Icon License @@ -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 index 00000000000..c84b3b29f19 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 index 00000000000..72d4758aceb --- /dev/null +++ b/settings/img/log.svg @@ -0,0 +1,86 @@ + + + +image/svg+xml + + + + + + + + \ No newline at end of file