Beispiel #1
0
              <?php 
                    echo image_tag('grey_expand.png', array('alt' => '+', 'class' => 'tree_cmd_td'));
                    ?>
            
            <?php 
                }
                ?>
            <?php 
                echo __($stat['title']);
                ?>
            <?php 
                if ($stat['description'] != '') {
                    ?>
         
              <?php 
                    echo help_ico($stat['description'], $sf_user);
                    ?>
            <?php 
                }
                ?>
          </th>
        </tr>
        </thead>
        <tbody>
        <tr>
          <td>
            <div class="expanded_stats <?php 
                echo $stat['expandable'] ? 'tree' : '';
                ?>
">
            <?php 
Beispiel #2
0
        <td>
          <?php 
echo $form['collection_type']->renderError();
?>
          <?php 
echo $form['collection_type'];
?>
        </td>
      </tr>
      <tr>
        <th>
          <?php 
echo $form['main_manager_ref']->renderLabel();
?>
	  <?php 
echo help_ico($form['main_manager_ref']->renderHelp(), $sf_user);
?>
        </th>
        <td>
          <?php 
echo $form['main_manager_ref']->renderError();
?>
          <?php 
echo $form['main_manager_ref'];
?>
        </td>
      </tr>
      <tr>
        <th>
          <?php 
echo $form['staff_ref']->renderLabel();
Beispiel #3
0
?>
</td>
          <td <?php 
if (isset($searchForm['lower_bound'])) {
    echo 'colspan="3"';
} elseif (isset($searchForm['classification'])) {
    echo 'colspan="3"';
}
?>
><span class="search_item_name"></span></td>
          <td class="widget_row_delete">
            <?php 
echo image_tag('remove.png', 'alt=Delete class=clear_relation id=clear_cat_relation');
?>
            <?php 
echo help_ico($searchForm['relation']->renderHelp(), $sf_user);
?>
          </td>   
        </tr>
      </tbody>
    </table>

    <div class="search_results">
      <div class="search_results_content">
      </div>
    </div>
    <?php 
if (isset($user_allowed) && $user_allowed || $sf_user->getDbUserType() >= Users::ENCODER) {
    ?>
    <div class='new_link'><a <?php 
    echo !(isset($is_choose) && $is_choose) ? '' : 'target="_blank"';
  <tr id="<?php 
echo $form['user_ref']->getValue();
?>
">
    <td>
      <?php 
echo $form['user_ref']->renderError();
?>
      <?php 
echo $form['user_ref'];
?>
      <?php 
echo $form['user_ref']->renderLabel();
?>
      <?php 
echo help_ico($form['user_ref']->renderHelp(), $sf_user);
?>
    </td>
    <td>
      <?php 
echo $form['db_user_type']->renderError();
?>
      <?php 
echo $form['db_user_type'];
?>
    </td>
    <?php 
if ($ref_id != "") {
    ?>
    <td>
      <div>
Beispiel #5
0
    ?>
          <a href="#" class="widget_close" ><?php 
    echo image_tag('widget_close.png', 'alt=Close');
    ?>
</a>
      <?php 
}
?>
    </div>
    <span>
      <?php 
if ($category != 'boardwidget' && !$read_only) {
    ?>
          
        <?php 
    echo help_ico(MyWidgets::getHelpIcon($category, $widget), $sf_user);
    ?>
      <?php 
}
?>
      <?php 
echo __($title);
?>
    </span>
  </div>
  <div class="widget_content <?php 
if (!$is_opened) {
    ?>
hidden<?php 
}
?>
Beispiel #6
0
    echo __('Show link with ' . (isset($form['title']) ? 'people' : 'institution'));
    ?>
 &lt;</a>
	      <a href="#" class="hide_value hidden"> &lt; <?php 
    echo __('Hide link with ' . (isset($form['title']) ? 'people' : 'institution'));
    ?>
 &gt;</a>
          </td>
        </tr>
        <tr class="trusted_user hidden">
          <th>
            <?php 
    echo $form['people_id']->renderLabel('Reference to a ' . isset($form['title']) ? 'People' : 'Institution');
    ?>
            <?php 
    echo help_ico($form['people_id']->renderHelp(), $sf_user);
    ?>
          </th>
          <td class="trust_level_2">
            <?php 
    echo $form['people_id']->renderError();
    ?>
            <?php 
    echo $form['people_id'];
    ?>
          </td>
        </tr>
        <tr class="trusted_user_links">
          <td colspan="2">
            <?php 
    if ($mode == 'edit') {
      <thead>
        <tr>
          <th colspan="2"><?php 
echo __("Forms");
?>
</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <th>
            <?php 
echo $form['help_message_activated']->renderLabel();
?>
            <?php 
echo help_ico($form['help_message_activated']->renderHelp(), $sf_user);
?>
          </th>
          <td><?php 
echo $form['help_message_activated'];
?>
</td>
        </tr>
        <tr>
      </tbody>
      <tfoot>
        <tr>
          <td colspan='2'>
            <input type="submit" />
          </td>
        </tr>