/[drupal]/contributions/modules/uts/uts.pages.inc
ViewVC logotype

Diff of /contributions/modules/uts/uts.pages.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.37, Mon Jan 12 01:22:11 2009 UTC revision 1.38, Tue Aug 18 02:51:42 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: uts.pages.inc,v 1.36 2008/12/30 07:24:43 boombatower Exp $  // $Id: uts.pages.inc,v 1.37 2009/01/12 01:22:11 boombatower Exp $
3  /**  /**
4   * @file   * @file
5   * Provide interface pages.   * Provide interface pages.
# Line 222  function uts_dashboard() { Line 222  function uts_dashboard() {
222    $studies = uts_studies_load();    $studies = uts_studies_load();
223    
224    $out = '';    $out = '';
225      $out .= '<div style="float: right"><a href="/admin/uts/studies/add" style="border: 1px solid; padding: 10px;">' . t('Create study') . '</a></div>';
226    if (!$studies) {    if (!$studies) {
227      $out .= t('<p>Running a usability test will give you valuable data to improve your application.      $out .= t('<p>Running a usability test will give you valuable data to improve your application.
228                    Getting feedback from real people using your module is the best feedback you can get.                    Getting feedback from real people using your module is the best feedback you can get.

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

  ViewVC Help
Powered by ViewVC 1.1.2