Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions plugins/calendar/functions.inc
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@ function phpblock_calendar( $help='', $title='' )
if( !$headline ) {
if($z == 2) {
if( $numRows > 0 ) {
$retval .= '<b>' . $LANG_CAL_1[23] . '</b><br' . XHTML . '>';
$retval .= '<span style="font-weight:bold">' . $LANG_CAL_1[23] . '</span><br' . XHTML . '>';
}
} else {
if( $totalrows > 0 ) {
$retval .= '<b>' . $LANG_CAL_1[24] . '</b><br' . XHTML . '>';
$retval .= '<span style="font-weight:bold">' . $LANG_CAL_1[24] . '</span><br' . XHTML . '>';
}
}
$headline = true;
Expand Down Expand Up @@ -249,12 +249,12 @@ function phpblock_calendar( $help='', $title='' )
if( $todaysEvent ) {
$retval .= '<span class="' . $todaysClassName . '">';
}
$retval .= '<b>' . $dayName1 . '</b>&nbsp;<small>'
. $abbrDate1 . '</small>';
$retval .= '<span style="font-weight:bold">' . $dayName1 . '</span>&nbsp;<span style="font-size:x-small">'
. $abbrDate1 . '</span>';

// If different start and end dates, then display end date:
if( $abbrDate1 != $abbrDate2 ) {
$retval .= ' - <br' . XHTML . '><b>' . $dayName2 . '</b>&nbsp;<small>' . $abbrDate2 . '</small>';
$retval .= ' - <br' . XHTML . '><span style="font-weight:bold">' . $dayName2 . '</span>&nbsp;<span style="font-size:x-small">' . $abbrDate2 . '</span>';
}
if( $todaysEvent ) {
$retval .= '</span>';
Expand Down
10 changes: 5 additions & 5 deletions plugins/calendar/templates/default/addevent.thtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
<td colspan="2">{intro_msg}</td>
</tr>
<tr>
<td align="right"><b>{lang_event}:</b></td>
<td align="right"><span style="font-weight:bold">{lang_event}:</span></td>
<td>{event_title}</td>
</tr>
<tr>
<td align="right"><b>{lang_starts}:</b></td>
<td align="right"><span style="font-weight:bold">{lang_starts}:</span></td>
<td>{event_start}</td>
</tr>
<tr>
<td align="right"><b>{lang_ends}:</b></td>
<td align="right"><span style="font-weight:bold">{lang_ends}:</span></td>
<td>{event_end}</td>
</tr>
<tr>
<td align="right" valign="top"><b>{lang_where}:</b></td>
<td align="right" valign="top"><span style="font-weight:bold">{lang_where}:</span></td>
<td>{event_location}</td>
</tr>
<tr>
<td align="right"><b>{lang_description}:</b></td>
<td align="right"><span style="font-weight:bold">{lang_description}:</span></td>
<td>{event_description}</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion plugins/calendar/templates/default/calendar.thtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<tr align="center" class="dayview_times">
<td align="center" style="width:33%"><a href="{site_url}/calendar/index.php?mode={mode}&amp;view=day">{lang_day}</a></td>
<td align="center" style="width:33%"><a href="{site_url}/calendar/index.php?mode={mode}&amp;view=week">{lang_week}</a></td>
<td align="center" style="width:33%"><b>{lang_month}</b></td>
<td align="center" style="width:33%"><span style="font-weight:bold">{lang_month}</span></td>
</tr>
</table><br{xhtml}>
<table width="100%" cellpadding="5" cellspacing="1" border="0" class="cal-body">
Expand Down
2 changes: 1 addition & 1 deletion plugins/calendar/templates/default/calendarweek.thtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{# begin {templatelocation} #}

<tr>
<td class="cal-weekpointers" valign="middle" align="center"><b><a href="{site_url}/calendar/index.php?mode={mode}&amp;view=week&amp;month={wmonth}&amp;day={wday}&amp;year={wyear}">&gt;&gt;</a></b></td>
<td class="cal-weekpointers" valign="middle" align="center"><span style="font-weight:bold"><a href="{site_url}/calendar/index.php?mode={mode}&amp;view=week&amp;month={wmonth}&amp;day={wday}&amp;year={wyear}">&gt;&gt;</a></span></td>
{cal_days}
</tr>

Expand Down
2 changes: 1 addition & 1 deletion plugins/calendar/templates/default/dayview/dayview.thtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<table width="100%" border="0" cellpadding="5" cellspacing="0" class="cal-header">
<tr align="center">
<td style="width:33%" align="center"><b>{lang_day}</b></td>
<td style="width:33%" align="center"><span style="font-weight:bold">{lang_day}</span></td>
<td style="width:33%" align="center"><a href="{site_url}/calendar/index.php?mode={mode}&amp;view=week">{lang_week}</a></td>
<td style="width:33%" align="center"><a href="{site_url}/calendar/index.php?mode={mode}">{lang_month}</a></td>
</tr>
Expand Down
6 changes: 3 additions & 3 deletions plugins/calendar/templates/default/dayview/quickaddform.thtml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<td>
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="cal-quickadd">
<tr>
<td><b>{lang_event}</b></td>
<td><b>{lang_date}</b></td>
<td><b>{lang_time}</b></td>
<td><span style="font-weight:bold">{lang_event}</span></td>
<td><span style="font-weight:bold">{lang_date}</span></td>
<td><span style="font-weight:bold">{lang_time}</span></td>
</tr>
<tr>
<td><input type="text" size="20" maxlength="96" name="title"{xhtml}></td>
Expand Down
30 changes: 15 additions & 15 deletions plugins/calendar/templates/default/editpersonalevent.thtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<input type="hidden" name="uid" value="{uid}"{xhtml}>
<table border="0" cellspacing="0" cellpadding="3">
<tr>
<td align="right"><b>{lang_title}:</b></td>
<td align="right"><span style="font-weight:bold">{lang_title}:</span></td>
<td><input type="text" size="36" maxlength="96" name="title" value="{event_title}"{xhtml}></td>
</tr>
<tr>
<td align="right"><b>{lang_eventtype}:</b></td>
<td align="right"><span style="font-weight:bold">{lang_eventtype}:</span></td>
<td>
<select name="event_type">
<option value="">--</option>
Expand All @@ -20,7 +20,7 @@
</td>
</tr>
<tr>
<td align="right"><b>{lang_startdate}:</b></td>
<td align="right"><span style="font-weight:bold">{lang_startdate}:</span></td>
<td>
<span dir="ltr">
<select name="start_month">
Expand All @@ -34,7 +34,7 @@
<select name="start_year">
{startyear_options}
</select>&nbsp;&nbsp;
<b>{lang_starttime}: </b>
<span style="font-weight:bold">{lang_starttime}: </span>
<select name="start_hour">
{starthour_options}
</select>
Expand All @@ -47,7 +47,7 @@
</td>
</tr>
<tr>
<td align="right"><b>{lang_enddate}:</b></td>
<td align="right"><span style="font-weight:bold">{lang_enddate}:</span></td>
<td>
<span dir="ltr">
<select name="end_month">
Expand All @@ -61,7 +61,7 @@
<select name="end_year">
{endyear_options}
</select>&nbsp;&nbsp;
<b>{lang_endtime}: </b>
<span style="font-weight:bold">{lang_endtime}: </span>
<select name="end_hour">
{endhour_options}
</select>
Expand All @@ -74,41 +74,41 @@
</td>
</tr>
<tr>
<td align="right"><b>{lang_alldayevent}:</b></td>
<td align="right"><span style="font-weight:bold">{lang_alldayevent}:</span></td>
<td><input type="checkbox" name="allday" {allday_checked}{xhtml}></td>
</tr>
<tr>
<td align="right" valign="top"><b>{lang_location}:</b></td>
<td align="right" valign="top"><span style="font-weight:bold">{lang_location}:</span></td>
<td>
<textarea name="location" cols="45" rows="2">{event_location}</textarea>
</td>
</tr>
<tr>
<td align="right"><b>{lang_addressline1}:</b></td>
<td align="right"><span style="font-weight:bold">{lang_addressline1}:</span></td>
<td><input type="text" name="address1" size="36" value="{event_address1}"{xhtml}></td>
</tr>
<tr>
<td align="right"><b>{lang_addressline2}:</b></td>
<td align="right"><span style="font-weight:bold">{lang_addressline2}:</span></td>
<td><input type="text" name="address2" size="36" value="{event_address2}"{xhtml}></td>
</tr>
<tr>
<td align="right"><b>{lang_city}:</b></td>
<td align="right"><span style="font-weight:bold">{lang_city}:</span></td>
<td><input type="text" name="city" size="36" value="{event_city}"{xhtml}></td>
</tr>
<tr>
<td align="right"><b>{lang_state}:</b></td>
<td align="right"><span style="font-weight:bold">{lang_state}:</span></td>
<td><input type="text" name="state" size="36" value="{event_state}"{xhtml}></td>
</tr>
<tr>
<td align="right"><b>{lang_zipcode}:</b></td>
<td align="right"><span style="font-weight:bold">{lang_zipcode}:</span></td>
<td><input type="text" name="zipcode" size="16" maxlength="16" value="{event_zipcode}"{xhtml}></td>
</tr>
<tr>
<td align="right"><b>{lang_link}:</b></td>
<td align="right"><span style="font-weight:bold">{lang_link}:</span></td>
<td><input type="text" size="36" maxlength="128" name="url" value="{event_url}"{xhtml}></td>
</tr>
<tr>
<td align="right" valign="top"><b>{lang_description}:</b></td>
<td align="right" valign="top"><span style="font-weight:bold">{lang_description}:</span></td>
<td><textarea name="description" style="width:100%" cols="50" rows="20">{event_description}</textarea></td>
</tr>
<tr>
Expand Down
8 changes: 4 additions & 4 deletions plugins/calendar/templates/default/eventdetails.thtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<h3 class="cal-event-title">{event_title}</h3>
<table cellspacing="0" cellpadding="3" border="0" width="100%">
<tr valign="top">
<td align="right" style="width:8em"><b>{lang_when}:</b></td>
<td align="right" style="width:8em"><span style="font-weight:bold">{lang_when}:</span></td>
<td>{event_start} - {event_end}</td>
</tr>
<tr valign="top">
<td align="right"><b>{lang_event_type}:</b></td>
<td align="right"><span style="font-weight:bold">{lang_event_type}:</span></td>
<td>{event_type}</td>
</tr>
<tr valign="top">
<td align="right"><b>{lang_where}:</b></td>
<td align="right"><span style="font-weight:bold">{lang_where}:</span></td>
<td class="location">
{event_location}{br0}
{event_address1}{br1}
Expand All @@ -20,7 +20,7 @@
</td>
</tr>
<tr valign="top">
<td align="right"><b>{lang_description}:</b></td>
<td align="right"><span style="font-weight:bold">{lang_description}:</span></td>
<td class="description">{event_description}</td>
</tr>
<tr><td colspan="2">{addremove_event} {edit_icon}</td></tr>
Expand Down
4 changes: 2 additions & 2 deletions plugins/calendar/templates/default/submitevent.thtml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<select name="start_year">
{year_options}
</select>&nbsp;&nbsp;
<b>{lang_starttime}: </b>
<span style="font-weight:bold">{lang_starttime}: </span>
<select name="start_hour">
{hour_options}
</select>
Expand All @@ -53,7 +53,7 @@
<select name="end_year">
{year_options}
</select>&nbsp;&nbsp;
<b>{lang_endtime}: </b>
<span style="font-weight:bold">{lang_endtime}: </span>
<select name="end_hour">
{hour_options}
</select>
Expand Down
2 changes: 1 addition & 1 deletion plugins/calendar/templates/default/weekview/weekview.thtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<table width="100%" border="0" cellpadding="5" cellspacing="0" class="cal-header">
<tr align="center">
<td style="width:33%" align="center"><a href="{site_url}/calendar/index.php?mode={mode}&amp;view=day">{lang_day}</a></td>
<td style="width:33%" align="center"><b>{lang_week}</b></td>
<td style="width:33%" align="center"><span style="font-weight:bold">{lang_week}</span></td>
<td style="width:33%" align="center"><a href="{site_url}/calendar/index.php?mode={mode}">{lang_month}</a></td>
</tr>
</table>
Expand Down
4 changes: 2 additions & 2 deletions plugins/links/functions.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ function links_breadcrumbs($root, $cid)
$breadcrumb = COM_createLink($content, $url) . $separator
. $breadcrumb;
} else {
$breadcrumb = '<b>' . $A['category'] . '</b>' . $breadcrumb;
$breadcrumb = '<span style="font-weight:bold">' . $A['category'] . '</span>' . $breadcrumb;
}
$pid = $A['pid'];
$c = $A['pid'];
Expand All @@ -1501,7 +1501,7 @@ function links_breadcrumbs($root, $cid)

$url = $_CONF['site_url'] . '/links/index.php';
if (empty($breadcrumb)) {
$breadcrumb = '<b>' . $LANG_LINKS['root'] . '</b>';
$breadcrumb = '<span style="font-weight:bold">' . $LANG_LINKS['root'] . '</span>';
} else {
$breadcrumb = COM_createLink($LANG_LINKS['root'], $url) . $separator . $breadcrumb;
}
Expand Down
4 changes: 2 additions & 2 deletions plugins/spamx/EditHeader.Admin.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ protected function getWidget()
. '<form method="post" class="uk-form" action="' . $_CONF['site_admin_url']
. '/plugins/spamx/index.php?command=EditHeader">' . LB
. '<table border="0" width="100%">' . LB
. '<tr><td align="right"><b>Header:</b></td>' . LB
. '<tr><td align="right"><span style="font-weight:bold">Header:</span></td>' . LB
. '<td><input type="text" size="40" name="header-name"'
. XHTML . '> e.g. <tt>User-Agent</tt></td></tr>' . LB
. '<tr><td align="right"><b>Content:</b></td>' . LB
. '<tr><td align="right"><span style="font-weight:bold">Content:</span></td>' . LB
. '<td><input type="text" size="40" name="header-value"'
. XHTML . '> e.g. <tt>Mozilla</tt></td></tr>' . LB
. '</table>' . LB
Expand Down
Loading