diff --git a/templates/register.tpl b/templates/register.tpl index df38e2c..4e3bbd0 100644 --- a/templates/register.tpl +++ b/templates/register.tpl @@ -88,6 +88,7 @@ </div> </div> <input id="referrer" type="hidden" name="referrer" value="" /> + <input id="token" type="hidden" name="token" value="" /> </form> </div> </div> diff --git a/templates/users.tpl b/templates/users.tpl index b6e5d40..2155cae 100644 --- a/templates/users.tpl +++ b/templates/users.tpl @@ -1,4 +1,5 @@ <div class="users"> + <ul class="nav nav-pills"> <li class=''><a href='{config.relative_path}/users/online'>[[global:online]]</a></li> <li class=''><a href='{config.relative_path}/users/latest'>[[users:latest_users]]</a></li> @@ -7,6 +8,9 @@ <!-- IF function.displayUserSearch, {config.allowGuestUserSearching} --> <li class=''><a href='{config.relative_path}/users/search'>[[users:search]]</a></li> <!-- ENDIF function.displayUserSearch --> + <!-- IF inviteOnly --> + <button component="user/invite" class="btn btn-success pull-right"><i class="fa fa-users"></i> [[users:invite]]</button> + <!-- ENDIF inviteOnly --> </ul> <br />