File tree Expand file tree Collapse file tree 5 files changed +17
-5
lines changed
Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 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 " ;
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments