diff options
Diffstat (limited to 'templates/edit.tpl')
| -rwxr-xr-x | templates/edit.tpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/edit.tpl b/templates/edit.tpl index e164291..5fc43e0 100755 --- a/templates/edit.tpl +++ b/templates/edit.tpl @@ -130,6 +130,19 @@ {/jstab} {jstab title="Liberty Extensions"} + {if $gBitUser->hasPermission('p_contact_admin')} + <div class="form-group"> + {formlabel label="Linked User ID" for="user_id"} + {forminput} + <input size="10" type="text" name="user_id" id="user_id" value="{$gContent->mInfo.role_id|escape}" /> + {if $gContent->mInfo.linked_user_login} + <span class="help-block">{$gContent->mInfo.linked_user_name|escape} ({$gContent->mInfo.linked_user_login|escape})</span> + {/if} + {/forminput} + <div class="clear"></div> + </div> + {/if} + {if $serviceEditTpls.categorization } {legend legend="Categorize"} {include file=$serviceEditTpls.categorization} |
