Project

General

Profile

1
<!--
2
 @version         $Id: admintools.htt 75 2017-03-10 10:47:06Z manu $
3
-->
4
<!-- BEGIN main_block -->
5
<h2>{HEADING_ADMINISTRATION_TOOLS} </h2>
6
<div id="admintools">
7
    <ul>
8
    <!-- BEGIN tool_list_block -->
9
    <li>
10
        <table class="section" >
11
        <tbody>
12
        <tr>
13
            <td class="graphic" >
14
                <a class= "title" href="{ADMIN_URL}/admintools/tool.php?tool={TOOL_DIR}"><img src="{TOOL_ICON}" alt="{TOOL_NAME}" /></a>
15
            </td>
16
            <td class="description" style=" white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">
17
                <a href="{ADMIN_URL}/admintools/tool.php?tool={TOOL_DIR}"><span class="title">{TOOL_NAME}</span></a><span>{TOOL_DESCRIPTION}</span>
18
            </td>
19
        </tr>
20
        </tbody>
21
        </table>
22
    </li>
23
    <!-- END tool_list_block -->
24
    </ul>
25
    {TOOL_LIST}
26
</div>
27
<!-- END main_block -->
(4-4/32)