Skip to content

Commit c10dbad

Browse files
committed
1.0.1
1 parent e1fd568 commit c10dbad

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

.DS_Store

-6 KB
Binary file not shown.

about/theme.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
$theme_author_email = "formtools@encorewebstudios.com";
66
$theme_link = "http://themes.formtools.org";
77
$theme_description = "My one and only attempt at patriotism. A red and white theme with a side helping of maple syrup and moose.";
8-
$theme_version = "1.0.0";
9-
$supports_ft_versions = "2.0.0";
8+
$theme_version = "1.0.1";
9+
$supports_ft_versions = "2.0.4";

css/styles.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ div.clear {
236236
width: 100%;
237237
}
238238
.list_table th, .submissions_table th {
239-
background-image: url(../images/list_table_heading.jpg);
239+
background-image: url(../images/list_table_heading.jpg);
240240
color: white;
241241
height: 18px;
242242
text-align: center;
@@ -261,7 +261,7 @@ div.clear {
261261
height: 20px;
262262
}
263263
.list_table tr th table tr td {
264-
background-image: url(../images/list_table_heading.jpg);
264+
background-image: url(../images/list_table_heading.jpg);
265265
}
266266
.submissions_table tr {
267267
height: 20px;
@@ -465,4 +465,10 @@ table.subpanel td {
465465
.previous_page_icon {
466466
float:right;
467467
margin-top: 5px;
468+
}
469+
#account_section a.update_link {
470+
color: #ffffcc;
471+
}
472+
#account_section a.update_link:hover {
473+
color: orange;
468474
}

header.tpl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,13 @@
5454
<tr>
5555
<td><img src="{$theme_url}/images/account_section_left.jpg" border="0" /></td>
5656
<td id="account_section">
57-
<b>v{$settings.program_version}</b>
57+
{if $settings.release_type == "beta"}
58+
<b>{$settings.program_version}-beta-{$settings.release_date}</b>
59+
{else}
60+
<b>{$settings.program_version}</b>
61+
{/if}
62+
|
63+
<a href="#" onclick="return ft.check_updates()" class="update_link">{$LANG.word_update}</a>
5864
</td>
5965
<td><img src="{$theme_url}/images/account_section_right.jpg" border="0" /></td>
6066
</tr>

images/icon_themes.gif

2.67 KB
Loading

0 commit comments

Comments
 (0)