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

some tiny fixes.

git-svn-id: file:///svn/phpbb/trunk@6612 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-11-19 20:08:24 +00:00
parent 174d43d532
commit 33bcb91d05
8 changed files with 16 additions and 8 deletions

View File

@@ -289,6 +289,11 @@
<tbody> <tbody>
<!-- BEGIN groups --> <!-- BEGIN groups -->
<!-- IF groups.S_SPECIAL --> <!-- IF groups.S_SPECIAL -->
<!-- IF groups.S_FIRST_ROW -->
<tr>
<td colspan="5" class="row3">{L_NO_GROUPS_CREATED}</td>
</tr>
<!-- ENDIF -->
</tbody> </tbody>
</table> </table>

View File

@@ -94,7 +94,7 @@
<dl> <dl>
<dt><label>{L_REGISTERED_IP}:</label></dt> <dt><label>{L_REGISTERED_IP}:</label></dt>
<dd><a href="{U_SHOW_IP}">{REGISTERED_IP}</a></dd> <dd><a href="{U_SHOW_IP}">{REGISTERED_IP}</a></dd>
<dd>[ <a href="#" onclick="window.open('{U_WHOIS}', '_whois', 'height=500, resizable=yes, scrollbars=yes, width=700'); return false;">{L_WHOIS}</a> ]</strong></dd> <dd>[ <a href="#" onclick="window.open('{U_WHOIS}', '_whois', 'height=500, resizable=yes, scrollbars=yes, width=700'); return false;">{L_WHOIS}</a> ]</dd>
</dl> </dl>
<!-- ENDIF --> <!-- ENDIF -->
<dl> <dl>
@@ -595,7 +595,7 @@ var help_line = {
<input type="button" class="button2" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" /> <input type="button" class="button2" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" />
<!-- ENDIF --> <!-- ENDIF -->
<!-- IF S_LINKS_ALLOWED --> <!-- IF S_LINKS_ALLOWED -->
<input type="button" class="button2" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" onmouseover="helpline('d')" /> <input type="button" class="button2" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" />
<!-- ENDIF --> <!-- ENDIF -->
<!-- IF S_BBCODE_FLASH --> <!-- IF S_BBCODE_FLASH -->
<input type="button" class="button2" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" /> <input type="button" class="button2" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" />

View File

@@ -23,7 +23,7 @@ var is_mac = (clientPC.indexOf('mac') != -1);
*/ */
function helpline(help) function helpline(help)
{ {
document.forms[form_name].helpbox.value = eval(help + '_help'); document.forms[form_name].helpbox.value = help_line[help];
} }
/** /**

View File

@@ -186,7 +186,7 @@
<!-- ELSE --> <!-- ELSE -->
<td class="preset preset_custom"> <td class="preset preset_custom">
<!-- ENDIF --> <!-- ENDIF -->
<a href="#" onclick="swap_options('{p_mask.S_ROW_COUNT}', '{p_mask.f_mask.S_ROW_COUNT}', '{p_mask.f_mask.category.S_ROW_COUNT}'); return false;"><span></span></a></td> <a href="#" onclick="swap_options('{p_mask.S_ROW_COUNT}', '{p_mask.f_mask.S_ROW_COUNT}', '{p_mask.f_mask.category.S_ROW_COUNT}'); return false;">&nbsp;</a></td>
<!-- END category --> <!-- END category -->
</tr> </tr>
<tr class="row3"> <tr class="row3">

View File

@@ -95,6 +95,7 @@ $lang = array_merge($lang, array(
'MEMBERS' => 'Members', 'MEMBERS' => 'Members',
'NO_GROUP' => 'No group specified.', 'NO_GROUP' => 'No group specified.',
'NO_GROUPS_CREATED' => 'No groups created yet.',
'NO_PERMISSIONS' => 'Do not copy permissions', 'NO_PERMISSIONS' => 'Do not copy permissions',
'NO_USERS' => 'You havent entered any users.', 'NO_USERS' => 'You havent entered any users.',

View File

@@ -34,6 +34,8 @@ $lang = array_merge($lang, array(
'ACTIVE_TOPICS' => 'Active topics', 'ACTIVE_TOPICS' => 'Active topics',
'ANNOUNCEMENTS' => 'Announcements', 'ANNOUNCEMENTS' => 'Announcements',
'FORUM_PERMISSIONS' => 'Forum permissions',
'ICON_ANNOUNCEMENT' => 'Announcement', 'ICON_ANNOUNCEMENT' => 'Announcement',
'ICON_STICKY' => 'Sticky', 'ICON_STICKY' => 'Sticky',

View File

@@ -1002,7 +1002,7 @@ $result = $db->sql_query_limit($sql, 5);
while ($row = $db->sql_fetchrow($result)) while ($row = $db->sql_fetchrow($result))
{ {
$keywords = htmlspecialchars($row['search_keywords']); $keywords = htmlspecialchars($row['search_keywords'], ENT_COMPAT, 'UTF-8');
$template->assign_block_vars('recentsearch', array( $template->assign_block_vars('recentsearch', array(
'KEYWORDS' => $keywords, 'KEYWORDS' => $keywords,

View File

@@ -43,7 +43,7 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<td><div class="postbody">{PREVIEW_MESSAGE}</div> <td><div class="postbody">{PREVIEW_MESSAGE}</div>
<!-- IF S_HAS_ATTACHMENTS --> <!-- IF .attachment -->
<br clear="all" /><br /> <br clear="all" /><br />
<table class="tablebg" width="100%" cellspacing="1"> <table class="tablebg" width="100%" cellspacing="1">