diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/img/rating/s0.png | bin | 0 -> 299 bytes | |||
-rw-r--r-- | core/img/rating/s1.png | bin | 299 -> 441 bytes | |||
-rw-r--r-- | core/img/rating/s10.png | bin | 557 -> 464 bytes | |||
-rw-r--r-- | core/img/rating/s11.png | bin | 464 -> 0 bytes | |||
-rw-r--r-- | core/img/rating/s2.png | bin | 441 -> 594 bytes | |||
-rw-r--r-- | core/img/rating/s3.png | bin | 594 -> 620 bytes | |||
-rw-r--r-- | core/img/rating/s4.png | bin | 620 -> 602 bytes | |||
-rw-r--r-- | core/img/rating/s5.png | bin | 602 -> 621 bytes | |||
-rw-r--r-- | core/img/rating/s6.png | bin | 621 -> 603 bytes | |||
-rw-r--r-- | core/img/rating/s7.png | bin | 603 -> 621 bytes | |||
-rw-r--r-- | core/img/rating/s8.png | bin | 621 -> 584 bytes | |||
-rw-r--r-- | core/img/rating/s9.png | bin | 584 -> 557 bytes | |||
-rw-r--r-- | core/templates/layout.user.php | 2 |
13 files changed, 1 insertions, 1 deletions
diff --git a/core/img/rating/s0.png b/core/img/rating/s0.png Binary files differnew file mode 100644 index 00000000000..9d5014106e5 --- /dev/null +++ b/core/img/rating/s0.png diff --git a/core/img/rating/s1.png b/core/img/rating/s1.png Binary files differindex 9d5014106e5..6846c8771f5 100644 --- a/core/img/rating/s1.png +++ b/core/img/rating/s1.png diff --git a/core/img/rating/s10.png b/core/img/rating/s10.png Binary files differindex b9c190f8ce7..c674569c389 100644 --- a/core/img/rating/s10.png +++ b/core/img/rating/s10.png diff --git a/core/img/rating/s11.png b/core/img/rating/s11.png Binary files differdeleted file mode 100644 index c674569c389..00000000000 --- a/core/img/rating/s11.png +++ /dev/null diff --git a/core/img/rating/s2.png b/core/img/rating/s2.png Binary files differindex 6846c8771f5..2f132cc5fa1 100644 --- a/core/img/rating/s2.png +++ b/core/img/rating/s2.png diff --git a/core/img/rating/s3.png b/core/img/rating/s3.png Binary files differindex 2f132cc5fa1..55e917f92e6 100644 --- a/core/img/rating/s3.png +++ b/core/img/rating/s3.png diff --git a/core/img/rating/s4.png b/core/img/rating/s4.png Binary files differindex 55e917f92e6..fa76c311c69 100644 --- a/core/img/rating/s4.png +++ b/core/img/rating/s4.png diff --git a/core/img/rating/s5.png b/core/img/rating/s5.png Binary files differindex fa76c311c69..8856309f838 100644 --- a/core/img/rating/s5.png +++ b/core/img/rating/s5.png diff --git a/core/img/rating/s6.png b/core/img/rating/s6.png Binary files differindex 8856309f838..4112e14fde2 100644 --- a/core/img/rating/s6.png +++ b/core/img/rating/s6.png diff --git a/core/img/rating/s7.png b/core/img/rating/s7.png Binary files differindex 4112e14fde2..ce25cf58df9 100644 --- a/core/img/rating/s7.png +++ b/core/img/rating/s7.png diff --git a/core/img/rating/s8.png b/core/img/rating/s8.png Binary files differindex ce25cf58df9..3197f23785f 100644 --- a/core/img/rating/s8.png +++ b/core/img/rating/s8.png diff --git a/core/img/rating/s9.png b/core/img/rating/s9.png Binary files differindex 3197f23785f..b9c190f8ce7 100644 --- a/core/img/rating/s9.png +++ b/core/img/rating/s9.png diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 04cb6eb9def..9445175efcf 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -119,7 +119,7 @@ <!-- show "More apps" link to app administration directly in app navigation, as last entry --> <?php if(OC_User::isAdminUser(OC_User::getUser())): ?> <li id="apps-management"> - <a href="<?php print_unescaped(OC_Helper::linkToRoute('settings_apps').'?installed'); ?>" title="" + <a href="<?php print_unescaped(OC_Helper::linkToRoute('settings_apps')); ?>" title="" <?php if( $_['appsmanagement_active'] ): ?> class="active"<?php endif; ?>> <img class="app-icon svg" alt="" src="<?php print_unescaped(OC_Helper::imagePath('settings', 'apps.svg')); ?>"/> <div class="icon-loading-dark" style="display:none;"></div> |