1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

changed extension group administration (more user friendly)

git-svn-id: file:///svn/phpbb/trunk@4858 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2004-03-06 12:28:40 +00:00
parent fbb9f40cc7
commit 91811b8289
4 changed files with 485 additions and 324 deletions

View File

@@ -100,6 +100,7 @@ function insert_text(text) {
function attach_inline() {
insert_text('[attachment=' + document.forms[form_name].elements['attachments'].value + ']' + document.forms[form_name].elements['attachments'].options[document.forms[form_name].elements['attachments'].selectedIndex].text + '[/attachment]');
document.forms[form_name].elements[text_name].focus();
}
function addquote(post_id, username) {