|
@@ -3,42 +3,42 @@
|
|
|
{[ } ]}
|
|
|
<ul class="features-list">
|
|
|
{[ if (o.passwordprotected) { ]}
|
|
|
-<li class="feature" title="{{{ o.tt_passwordprotected }}}"><span class="icon-lock"></span>{{{ o.label_passwordprotected }}}</li>
|
|
|
+<li class="feature" title="{{{ o.tt_passwordprotected }}}"><span class="fa fa-lock"></span>{{{ o.label_passwordprotected }}}</li>
|
|
|
{[ } ]}
|
|
|
{[ if (o.unsecured) { ]}
|
|
|
-<li class="feature" title="{{{ o.tt_unsecured }}}"><span class="icon-unlocked"></span>{{{ o.label_unsecured }}}</li>
|
|
|
+<li class="feature" title="{{{ o.tt_unsecured }}}"><span class="fa fa-unlock"></span>{{{ o.label_unsecured }}}</li>
|
|
|
{[ } ]}
|
|
|
{[ if (o.hidden) { ]}
|
|
|
-<li class="feature" title="{{{ o.tt_hidden }}}"><span class="icon-eye-blocked"></span>{{{ o.label_hidden }}}</li>
|
|
|
+<li class="feature" title="{{{ o.tt_hidden }}}"><span class="fa fa-eye-slash"></span>{{{ o.label_hidden }}}</li>
|
|
|
{[ } ]}
|
|
|
{[ if (o.public_room) { ]}
|
|
|
-<li class="feature" title="{{{ o.tt_public }}}"><span class="icon-eye"></span>{{{ o.label_public }}}</li>
|
|
|
+<li class="feature" title="{{{ o.tt_public }}}"><span class="fa fa-eye"></span>{{{ o.label_public }}}</li>
|
|
|
{[ } ]}
|
|
|
{[ if (o.membersonly) { ]}
|
|
|
-<li class="feature" title="{{{ o.tt_membersonly }}}"><span class="icon-address-book"></span>{{{ o.label_membersonly }}}</li>
|
|
|
+<li class="feature" title="{{{ o.tt_membersonly }}}"><span class="fa fa-address-book"></span>{{{ o.label_membersonly }}}</li>
|
|
|
{[ } ]}
|
|
|
{[ if (o.open) { ]}
|
|
|
-<li class="feature" title="{{{ o.tt_open }}}"><span class="icon-globe"></span>{{{ o.label_open }}}</li>
|
|
|
+<li class="feature" title="{{{ o.tt_open }}}"><span class="fa fa-globe"></span>{{{ o.label_open }}}</li>
|
|
|
{[ } ]}
|
|
|
{[ if (o.persistent) { ]}
|
|
|
-<li class="feature" title="{{{ o.tt_persistent }}}"><span class="icon-save"></span>{{{ o.label_persistent }}}</li>
|
|
|
+<li class="feature" title="{{{ o.tt_persistent }}}"><span class="fa fa-save"></span>{{{ o.label_persistent }}}</li>
|
|
|
{[ } ]}
|
|
|
{[ if (o.temporary) { ]}
|
|
|
-<li class="feature" title="{{{ o.tt_temporary }}}"><span class="icon-snowflake"></span>{{{ o.label_temporary }}}</li>
|
|
|
+<li class="feature" title="{{{ o.tt_temporary }}}"><span class="fa fa-snowflake"></span>{{{ o.label_temporary }}}</li>
|
|
|
{[ } ]}
|
|
|
{[ if (o.nonanonymous) { ]}
|
|
|
-<li class="feature" title="{{{ o.tt_nonanonymous }}}"><span class="icon-idcard-dark"></span>{{{ o.label_nonanonymous }}}</li>
|
|
|
+<li class="feature" title="{{{ o.tt_nonanonymous }}}"><span class="fa fa-idcard-dark"></span>{{{ o.label_nonanonymous }}}</li>
|
|
|
{[ } ]}
|
|
|
{[ if (o.semianonymous) { ]}
|
|
|
-<li class="feature" title="{{{ o.tt_semianonymous }}}"><span class="icon-info"></span>{{{ o.label_semianonymous }}}</li>
|
|
|
+<li class="feature" title="{{{ o.tt_semianonymous }}}"><span class="fa fa-user-secret"></span>{{{ o.label_semianonymous }}}</li>
|
|
|
{[ } ]}
|
|
|
{[ if (o.moderated) { ]}
|
|
|
-<li class="feature" title="{{{ o.tt_moderated }}}"><span class="icon-legal"></span>{{{ o.label_moderated }}}</li>
|
|
|
+<li class="feature" title="{{{ o.tt_moderated }}}"><span class="fa fa-gavel"></span>{{{ o.label_moderated }}}</li>
|
|
|
{[ } ]}
|
|
|
{[ if (o.unmoderated) { ]}
|
|
|
-<li class="feature" title="{{{ o.tt_unmoderated }}}"><span class="icon-info"></span>{{{ o.label_unmoderated }}}</li>
|
|
|
+<li class="feature" title="{{{ o.tt_unmoderated }}}"><span class="fa fa-info-circle"></span>{{{ o.label_unmoderated }}}</li>
|
|
|
{[ } ]}
|
|
|
{[ if (o.mam_enabled) { ]}
|
|
|
-<li class="feature" title="{{{ o.tt_mam_enabled }}}"><span class="icon-database"></span>{{{ o.label_mam_enabled }}}</li>
|
|
|
+<li class="feature" title="{{{ o.tt_mam_enabled }}}"><span class="fa fa-database"></span>{{{ o.label_mam_enabled }}}</li>
|
|
|
{[ } ]}
|
|
|
</ul>
|