tbrehm
2010-05-26 374c8db63dca02dcf62d64448dc408897925c19f
interface/web/dashboard/templates/dashboard.htm
@@ -1,3 +1,4 @@
<h1><tmpl_var name="welcome_user"></h1>
<div class="panel panel_dashboard">
@@ -26,6 +27,7 @@
   </div>
   <p>&nbsp;</p>
   <h2>{tmpl_var name='available_modules_txt'}</h2>
   <div style="width:700px;">
   <tmpl_loop name='modules'>
      <div class="dashboard-modules {tmpl_var name='modules_name'}">
         <a href="#" onclick="capp('{tmpl_var name='modules_name'}')">
@@ -33,4 +35,6 @@
         </a>
      </div>
   </tmpl_loop>
   </div>
</div>