mirror of
https://github.com/unraid/webgui.git
synced 2026-03-11 05:20:44 -05:00
A li'l cleanup
This commit is contained in:
@@ -54,8 +54,8 @@ function icon($name) {
|
||||
if (file_exists($icon)) return $icon;
|
||||
$icon = "plugins/$name/$image.png";
|
||||
if (file_exists($icon)) return $icon;
|
||||
// last resort - plugin manager icon
|
||||
return "plugins/dynamix.plugin.manager/images/dynamix.plugin.manager.png";
|
||||
// last resort - default plugin icon
|
||||
return "webGui/images/plg.png";
|
||||
}
|
||||
function mk_options($select,$value) {
|
||||
return "<option value='$value'".($select==$value?" selected":"").">".ucfirst($value)."</option>";
|
||||
|
||||
@@ -15,7 +15,7 @@ Tag="apple"
|
||||
* all copies or substantial portions of the Software.
|
||||
*/
|
||||
?>
|
||||
<div class='notice' style='margin-bottom:24px'>Please note that AFP is decrecated and users are encouraged to use SMB instead</div>
|
||||
<div class='notice' style='margin-bottom:24px'>Please note that AFP is <strong>deprecated</strong>, please use SMB instead.</div>
|
||||
|
||||
<form markdown="1" method="POST" action="/update.htm" target="progressFrame">
|
||||
Enable AFP:
|
||||
@@ -73,4 +73,4 @@ Connected users:
|
||||
> defaults write com.apple.desktopservices DSDontWriteNetworkStores true
|
||||
>
|
||||
> It may be necessary to log out and back in, or even to restart the computer for the change to take effect
|
||||
> (this is what the article states).
|
||||
> (this is what the article states).
|
||||
|
||||
Reference in New Issue
Block a user