diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-03-30 20:15:55 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-01 22:25:54 +0300 |
| commit | b76cad659a442beb7467338be1e5f701fb76fe58 (patch) | |
| tree | 4a26a9b06708dea0421f1ef6a059dc508645a789 /res/templates | |
| parent | 3e45f03ffbc381e380268caf53e414b4ce370ea1 (diff) | |
index.html: rzdoc-bar
Diffstat (limited to 'res/templates')
| -rw-r--r-- | res/templates/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index c9541d3c..b8d29ddf 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -25,10 +25,10 @@ var rz_config = { // set as a global variable {% block content %} <div class="top-bar"> <span id="top-bar_float-left"> - <div id="toolbar__doc"> - <span id="toolbar__doc_doc-title">Welcome Rhizi</span> - <div class="tool_bar_btn" id="btn_rzdoc__new" title="New"></div> - <div class="tool_bar_btn" id="btn_rzdoc__open" title="Open"></div> + <div id="rzdoc-bar"> + <span id="rzdoc-bar_doc-label"></span> + <span class="tool_bar_btn" id="btn_rzdoc__new" title="New"></span> + <span class="tool_bar_btn" id="btn_rzdoc__open" title="Open"></span> </div> </span> <span id="top-bar_float-right"> |
