mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
some style related changes/fixes
git-svn-id: file:///svn/phpbb/trunk@6604 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -73,16 +73,27 @@ function marklist(id, name, state)
|
||||
}
|
||||
}
|
||||
|
||||
<!-- IF S_INCLUDE_SWATCH -->
|
||||
/**
|
||||
* Color swatch
|
||||
*/
|
||||
function swatch()
|
||||
{
|
||||
window.open('{UA_SWATCH}', '_swatch', 'height=150, resizable=yes, scrollbars=no, width=636');
|
||||
return false;
|
||||
}
|
||||
<!-- ENDIF -->
|
||||
/**
|
||||
* Find a member
|
||||
*/
|
||||
function find_username()
|
||||
{
|
||||
<!-- IF UA_FIND_USERNAME -->
|
||||
window.open('{UA_FIND_USERNAME}', '_usersearch', 'height=500, resizable=yes, scrollbars=yes, width=740');
|
||||
<!-- ENDIF -->
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Color swatch
|
||||
*/
|
||||
function swatch(field)
|
||||
{
|
||||
<!-- IF UA_SWATCH -->
|
||||
window.open('{UA_SWATCH}' + field, '_swatch', 'height=150, resizable=yes, scrollbars=no, width=636');
|
||||
<!-- ENDIF -->
|
||||
return false;
|
||||
}
|
||||
|
||||
//-->
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user