ispman/ispman-web/cgi-bin/tmpl menu.tmpl,1.55,1.56
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv31038/ispman-web/cgi-bin/tmpl
Modified Files:
menu.tmpl
Log Message:
added TXT record menu
Index: menu.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/menu.tmpl,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- menu.tmpl 28 May 2006 23:50:29 -0000 1.55
+++ menu.tmpl 6 Jun 2006 20:57:17 -0000 1.56
@@ -234,6 +234,12 @@
onmouseover="this.className='lightOver'; window.status='@{[_("Edit CNAME Records for [_1]", $thisDomain)]}'"
onmouseout="this.className='light'; window.status=''">
<td> <a class=menu href='#'>@{[_("CNAME Records")]}</a></td></tr>
+
+ <tr class="light"
+ onclick="doThis('editDNStXTRecords')"
+ onmouseover="this.className='lightOver'; window.status='@{[_("Edit TXT Records for [_1]", $thisDomain)]}'"
+ onmouseout="this.className='light'; window.status=''">
+ <td> <a class=menu href='#'>@{[_("TXT Records")]}</a></td></tr>
</table>