aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_users_avatar.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/style/acp_users_avatar.html')
-rw-r--r--phpBB/adm/style/acp_users_avatar.html23
1 files changed, 2 insertions, 21 deletions
diff --git a/phpBB/adm/style/acp_users_avatar.html b/phpBB/adm/style/acp_users_avatar.html
index 6316ff4a22..9649fa923e 100644
--- a/phpBB/adm/style/acp_users_avatar.html
+++ b/phpBB/adm/style/acp_users_avatar.html
@@ -28,30 +28,11 @@
<!-- END avatar_drivers -->
</div>
</fieldset>
- <script type="text/javascript">
- // <![CDATA[
- function avatar_simplify() {
- var node = document.getElementById('av_options');
- for (var i = 0; i < node.children.length; i++) {
- child = node.children[i];
- child.style.display = 'none';
- }
-
- var selected = document.getElementById('avatar_driver').value;
- var id = 'av_option_' + selected;
- node = document.getElementById(id);
- if (node != null) {
- node.style.display = 'block';
- }
- }
-
- avatar_simplify();
- document.getElementById('avatar_driver').onchange = avatar_simplify;
- // ]]>
- </script>
<fieldset class="quick">
<input type="submit" name="update" value="{L_SUBMIT}" class="button1" />
</fieldset>
{S_FORM_TOKEN}
</form>
+
+ <!-- INCLUDEJS avatars.js -->