From: friendica Date: Fri, 3 Feb 2012 00:53:40 +0000 (-0800) Subject: add help text for n-s-f-w regex X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c48aefeba451dd03b3950cab866cea51c4a84692;p=friendica-addons.git add help text for n-s-f-w regex --- diff --git a/nsfw.tgz b/nsfw.tgz index b9dc85be..4e465f68 100755 Binary files a/nsfw.tgz and b/nsfw.tgz differ diff --git a/nsfw/nsfw.css b/nsfw/nsfw.css index 548b63ae..57bb570e 100755 --- a/nsfw/nsfw.css +++ b/nsfw/nsfw.css @@ -14,3 +14,6 @@ margin-top: 15px; } +.nsfw-desc { + margin-top: 10px; +} \ No newline at end of file diff --git a/nsfw/nsfw.php b/nsfw/nsfw.php index 332e8224..fdfd5a27 100755 --- a/nsfw/nsfw.php +++ b/nsfw/nsfw.php @@ -50,7 +50,8 @@ function nsfw_addon_settings(&$a,&$s) { $s .= ''; $s .= '
'; - $s .= '
'; + $s .= '
'; + $s .= '
' . t('Use /expression/ to provide regular expressions') . '
'; return;