Skip to content

Commit

Permalink
restore titles to checkboxes on listItems, and add AJAX dynamic amend…
Browse files Browse the repository at this point in the history
…ment of titles accordingly
  • Loading branch information
Andrew Smith committed Mar 23, 2009
1 parent f9a3fd0 commit 9dc79ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/ajax/gtdajax.js
Expand Up @@ -1049,7 +1049,7 @@ function multichange() {
$(this).hide();
}
});
// TODO change the titles on the checkboxes
$("td.col-checkbox :checkbox").attr("title", action);
return true;
}
/*
Expand Down
2 changes: 1 addition & 1 deletion gtd_constants.inc.php
@@ -1,5 +1,5 @@
<?php
define('_GTD_REVISION',593);
define('_GTD_REVISION',594);
define('_GTD_VERSION','0.8z.08'); // DATABASE version
define('_GTDPHP_VERSION','0.9beta'); // gtd-php version, as per the TRAC system

Expand Down
1 change: 1 addition & 0 deletions listItems.inc.php
Expand Up @@ -423,6 +423,7 @@
$cleantitle=makeclean($row['title']);
$row['title.class'] = 'maincolumn';

$row['checkboxtitle']= 'Complete';
$row['checkboxname']= 'isMarked[]';
$row['checkboxvalue']=$row['itemId'];

Expand Down

0 comments on commit 9dc79ac

Please sign in to comment.