Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
minor bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Nguyen committed Apr 19, 2016
1 parent e29efb7 commit d1b831c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,27 @@ a {
<div style="color: rgb(167, 221, 249); font-size: 35px; line-height: 10px; text-align: right;">&bdquo;</div>
</div>
#end


#macro( linkBlock $webLink $displayName)
<table style="width: auto; border-collapse: collapse; margin: 10px auto">
<tbody>
<tr>
<td>
<div style="border: 1px solid ${styles.border_color}; border-radius: 3px">
<table style="width: auto; border-collapse: collapse">
<tr>
<td style="font: 14px/1.4285714 Arial, sans-serif; padding: 4px 10px; background-color: ${styles.action_color}">
<a href="$webLink" style="color: white; text-decoration: none; font-weight: bold">$displayName</a>
</td>
</tr>
</table>
</div>
</td>
</tr>
</tbody>
</table>
#end

<table width="600" cellpadding="0" cellspacing="0" border="0" style="margin: 20px auto;">
#parse("templates/email/logo.mt")
<tr>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DELETE FROM `s_timeline_tracking_cache` WHERE id > 0;
ALTER TABLE `m_options` ADD COLUMN `isShow` BIT(1) NULL;
UPDATE `m_tracker_bug` SET `status` = 'ReOpen' WHERE `status` = 'ReOpened' AND id > 0
UPDATE `m_tracker_bug` SET `status` = 'ReOpen' WHERE `status` = 'ReOpened' AND id > 0;

0 comments on commit d1b831c

Please sign in to comment.