Project

General

Profile

1
<div class="uk-grid uk-grid-stack">
2
  <div class="uk-width-expand@m uk-first-column">
3
    <div class="gwt-HTML uk-margin-medium-bottom">
4
      <h1 class="uk-article-title">Help Texts Admin</h1>
5
    </div>
6
    <div>
7
      <div class="alert alert-danger" style="display:none;" aria-hidden="true"></div>
8
      <div>
9
        <div class="alert alert-danger" style="display:none;" aria-hidden="true"></div>
10
        <div class="alert alert-success" style="display:none;" aria-hidden="true"></div>
11
        <div class="alert alert-warning" style="display:none;" aria-hidden="true"></div>
12
        <div>
13
          <form target="GWTBootstrap3_AbstractForm_RepositoryManager_2" role="form">
14
            <div class="form-group">
15
              <label class="control-label">Select help item</label>
16
              <select class="form-control">
17
                <option value="none">None selected</option>
18
              </select>
19
            </div>
20
            <div class="form-group">
21
              <label class="control-label">Edit help text</label>
22
              <div></div>
23
            </div>
24
          </form>
25
        </div>
26
      </div>
27
      <div class="helpAdminActionButtons">
28
        <button class="btn btn-default uk-button-primary" type="button">Preview</button>
29
        <button class="btn btn-default" type="button">Submit Changes</button>
30
      </div>
31
    </div>
32
  </div>
33
  <div class="tm-sidebar uk-width-1-4@m">
34
    <div class="previewPanel"></div>
35
    <div>
36
      <div class="gwt-HTML">
37
        <div class="uk-card uk-card-body uk-card-default sidemenu">
38
          <h3 class="el-title uk-h3 uk-heading-bullet">Info / Help</h3>
39
          <p class="small">
40
            Use the drop down menu to select the target page where you want the help text to appear. Use the editor on the main window to modify the content (html format is accepted).
41
          </p>
42
          <p class="small">
43
            All help content appears in a pane box at the right hand side of the target page.
44
          </p>
45
          <p class="small">
46
            Click on the
47
            <span style="font-family:courier new,courier,monospace">PREVIEW</span>
48
            button and see how the help content will look like on the target page.
49
          </p>
50
          <p class="small">
51
            When you
52
            <span style="font-family:courier new,courier,monospace">SUBMIT CHANGES</span>
53
            these will automatically appear on the target page (refresh the browser page).
54
          </p>
55
          <p class="small"></p>
56
        </div>
57
      </div>
58
    </div>
59
  </div>
60
</div>
(1-1/7)