File Manager

Path: /opt/alt/php55/usr/share/pear/PHPUnit/Extensions/Story/ResultPrinter/Template/

Viewing File: scenario.html.dist

   <tr>
    <td>
     <p class="{scenarioStatus}" onclick="showHide('{id}', this)">[+] {name}</p>
    </td>
   </tr>
   <tr>
    <td>
     <table border="0" width="100%" class="{scenarioStatus} scenarioStepsTable" id="stepContainer{id}">
{steps}
     </table>
    </td>
   </tr>