mirror of https://github.com/friendica/friendica
update code to use info() instead of notice() when appropriate (non-error message) add info-message class style in themespull/1/head
parent
3ea145fae7
commit
e1107b55c6
@ -1,7 +1,5 @@
|
||||
|
||||
<div id="settings-nick-wrapper" >
|
||||
<p id="settings-nickname-desc">
|
||||
<div class="error-message">$desc <strong>'$nickname@$basepath'</strong>$subdir</div>
|
||||
</p>
|
||||
<div id="settings-nickname-desc" class="info-message">$desc <strong>'$nickname@$basepath'</strong>$subdir</div>
|
||||
</div>
|
||||
<div id="settings-nick-end" ></div>
|
||||
|
Loading…
Reference in new issue