| 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. |
| 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. |