- | {$TITLE} |
+
+ {if $can_change}
+
+ {$CODE}
+
+ {else}
+ {$CODE}
+ {/if}
+ |
+
+ {if $can_change}
+
+ {$TITLE}
+
+ {else}
+ {$TITLE}
+ {/if}
+ |
{$DESCRIPTION} |
- {loop type="auth" name="can_change" role="ADMIN" resource="admin.configuration.profile" access="UPDATE"}
+ {if $can_change}
- {/loop}
+ {/if}
{assign linkedAdminCount {count name="linked-admin" type="admin" profile=$ID}}
@@ -93,9 +116,16 @@
{form_hidden_fields form=$form}
- {form_field form=$form field='locale'}
-
- {/form_field}
+ {loop type="lang" name="current-edit-lang" default_only="1"}
+
+ 
+ {intl l="Enter information in the default language (%title)" title=$TITLE}
+
+
+ {form_field form=$form field='locale'}
+
+ {/form_field}
+ {/loop}
{form_field form=$form field='code'}
|