Ignore:
Timestamp:
9 Jan 2012, 15:55:34 (13 years ago)
Author:
Henrik Bettermann
Message:

Backup local changes in Bootstrap branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser/templates/configurationmanagepage.pt

    r6916 r7443  
    11<h2 i18n:translate="" tal:condition="view/label" tal:content="view/label">Label</h2>
    2 <div class="form-status"  tal:define="status view/status"  tal:condition="status"> Form Status:
     2<div class="alert-message error"  tal:define="status view/status"  tal:condition="status"> Form Status:
    33  <span i18n:translate="" tal:content="view/status"> Form status summary
    44  </span>
    55</div>
    6 <form action="." tal:attributes="action request/URL" method="POST" class="edit-form" enctype="multipart/form-data">
    7   <div id="tabs">
    8     <ul>
    9       <li>
     6<form action="." tal:attributes="action request/URL" method="POST" enctype="multipart/form-data">
     7    <ul class="tabs" data-tabs="tabs">
     8      <li class="active">
    109      <a href="#tab-1">
    1110        <span>Site Settings
     
    1615      </li>
    1716    </ul>
    18     <div id="tab-1">
    19       <table class="zebra">
     17    <div class="tab-content">
     18    <div id="tab-1" class="active">
     19      <table class="form-table">
    2020        <tbody>
    2121          <tal:block repeat="widget view/widgets">
    2222            <tr>
    23               <td class="label">
     23              <td>
    2424                <label tal:attributes="for widget/name">
    25                   <span class="required" tal:condition="widget/required">*
     25                  <span tal:condition="widget/required">*
    2626                  </span>
    2727                  <span i18n:translate="" tal:content="widget/label">label
    2828                  </span>:
    2929                </label> </td>
    30               <td class="field">
    31                 <span class="widget" tal:content="structure widget">
     30              <td>
     31                <span tal:content="structure widget">
    3232                  <input type="text" />
    3333                </span>
     
    3737                </tal:error>
    3838                <tal:hint tal:condition="widget/hint">
    39                   <span class="hint" tal:content="structure widget/hint">hint
     39                  <span tal:content="structure widget/hint">hint
    4040                  </span>
    4141                </tal:hint> </td>
     
    4444        </tbody>
    4545      </table>
    46       <div class="actionButtons" tal:condition="view/availableActions">
     46      <div tal:condition="view/availableActions">
    4747        <span tal:repeat="action view/actions" tal:omit-tag="">
    4848          <input tal:condition="python:action.label in view.taboneactions" tal:replace="structure action/render"/>
     
    6161        </thead>
    6262        <tbody>
    63           <tr tal:repeat="entry view/getSessionConfigurations" class="gradeB"> <td>
     63          <tr tal:repeat="entry view/getSessionConfigurations" class="gradeC"> <td>
    6464              <input type="checkbox" name="val_id" tal:attributes="value entry/name" /> </td> <td>
    6565              <a href="" tal:attributes="href entry/url" tal:content="entry/title">Name</a> </td>
     
    6767        </tbody>
    6868      </table>
    69       <div class="actionButtons" tal:condition="view/availableActions">
     69      <div tal:condition="view/availableActions">
    7070        <span tal:repeat="action view/actions" tal:omit-tag="">
    7171          <input tal:condition="python:action.label in view.tabtwoactions" tal:replace="structure action/render"/>
Note: See TracChangeset for help on using the changeset viewer.