Mark All Read: On New post search results

Somethign I personally find really useful is a link to mark all forums read when searching for newposts. So heres how to make the changes. Need to edit this file in all templates used;
OPEN search_results_topics.tpl
FIND around line 12 for me
BEFORE ADD
SAVE & CLOSE
It really is that simple <img>
OPEN search_results_topics.tpl
FIND around line 12 for me
<tr> <td><a>{L_INDEX}</a>{NAV_SEPARATOR}<a>{L_SEARCH}</a>{NAV_SEPARATOR}{L_SEARCH_MATCHES}</td> <td>{PAGINATION}</td> </tr>
BEFORE ADD
<tr> <td> </td> <td><a><strong>Mark All Forums Read</strong></a></td> </tr>
SAVE & CLOSE
It really is that simple <img>