diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2014-04-07 21:42:30 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2014-04-07 21:42:30 +0200 |
| commit | 91a1c3af901f51d79751b733e48e8bcddc81d263 (patch) | |
| tree | eb3ee4d1e89ea7779ddfde365e1da7758292feb8 /phpBB/styles/subsilver2/template/ucp_prefs_personal.html | |
| parent | 966a2b4892762f3a1f032089d0b01c97a1d1c2e1 (diff) | |
| download | forums-91a1c3af901f51d79751b733e48e8bcddc81d263.tar forums-91a1c3af901f51d79751b733e48e8bcddc81d263.tar.gz forums-91a1c3af901f51d79751b733e48e8bcddc81d263.tar.bz2 forums-91a1c3af901f51d79751b733e48e8bcddc81d263.tar.xz forums-91a1c3af901f51d79751b733e48e8bcddc81d263.zip | |
[ticket/12372] Rename JS function dE() to phpbb.toggleDisplay()
PHPBB3-12372
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_prefs_personal.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_prefs_personal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_prefs_personal.html b/phpBB/styles/subsilver2/template/ucp_prefs_personal.html index 47e43cafba..93fcfac5b1 100644 --- a/phpBB/styles/subsilver2/template/ucp_prefs_personal.html +++ b/phpBB/styles/subsilver2/template/ucp_prefs_personal.html @@ -56,7 +56,7 @@ <tr> <td class="row1" width="50%"><b class="genmed">{L_BOARD_DATE_FORMAT}{L_COLON}</b><br /><span class="gensmall">{L_BOARD_DATE_FORMAT_EXPLAIN}</span></td> <td class="row2"> - <select name="dateoptions" id="dateoptions" onchange="if(this.value=='custom'){dE('custom_date',1);}else{dE('custom_date',-1);} if (this.value == 'custom') { document.getElementById('dateformat').value = default_dateformat; } else { document.getElementById('dateformat').value = this.value; }"> + <select name="dateoptions" id="dateoptions" onchange="if(this.value=='custom'){phpbb.toggleDisplay('custom_date',1);}else{phpbb.toggleDisplay('custom_date',-1);} if (this.value == 'custom') { document.getElementById('dateformat').value = default_dateformat; } else { document.getElementById('dateformat').value = this.value; }"> {S_DATEFORMAT_OPTIONS} </select> <div id="custom_date"<!-- IF not S_CUSTOM_DATEFORMAT --> style="display:none;"<!-- ENDIF -->><input type="text" name="dateformat" id="dateformat" value="{DATE_FORMAT}" maxlength="30" class="post" style="margin-top: 3px;" /></div> |
