A li'l cleanup

This commit is contained in:
Tom Mortensen
2019-08-24 11:25:49 -07:00
parent a6173e99b5
commit de7444fd2a
2 changed files with 4 additions and 4 deletions

View File

@@ -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>";

View File

@@ -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).