Skip to content

Instantly share code, notes, and snippets.

@ramrrr
Created December 18, 2014 12:07
Show Gist options
  • Select an option

  • Save ramrrr/1a03e5a98a946cfa5bfb to your computer and use it in GitHub Desktop.

Select an option

Save ramrrr/1a03e5a98a946cfa5bfb to your computer and use it in GitHub Desktop.
Summi
<div class="container-border">
<div class="container-fluid">
<h4 class="container-header">
Edit organization
&nbsp;
-
&nbsp;{{name}}</h4>
</div>
<div class="row-fluid">
<br>
</div>
<div class="row-fluid">
<div>
<a href="#" tab-id="details">
{{#link-to "organization.detail" classNames="innerTabs innertabsInactive"}}Details{{/link-to}}</a>
<a href="#" tab-id="access" class="innerTabs act-a">Access</a>
<a href="#" tab-id="settings" >
{{#link-to "organization.settings" classNames="innerTabs innertabsInactive"}}Settings{{/link-to}}
</a>
<hr style="margin-top: 2px;margin-bottom: -7px;">
<p><a id="detailsCaret" class="icon-caret-down" style="margin-left: 35px; display: none;"></a>
<a id="accessCaret" class="icon-caret-down" style="margin-left: 100px;"></a>
<a id="settingsCaret" class="icon-caret-down" style="margin-left: 170px; display: none;"></a></p>
</div>
</div>
<table class="table table-striped access-table borders">
<colgroup><col width="16px">
<col>
<col width="6%">
<col width="60%">
</colgroup>
<thead>
<tr>
<th style="padding-left: 8px;">
<a href="#" expand-all="">
<i class="icon-16 icon-plus-sign"></i>
</a>
<div class="divider-vertical"></div>
</th>
<th>
<div class="divider-vertical"></div>
Module name<span class="caret">
</span></th>
<th>
<div class="divider-vertical"></div>
&nbsp;Enabled</th>
<th>
<div class="divider-vertical"></div>
Resource settings</th>
</tr>
</thead>
<tbody>
{{#each indM in model.modules}}
<tr>
<td>
</td>
<td>
{{indM.modelName}}
</td>
<td>
<input type="checkbox" >&nbsp;
</td>
</tr>
{{/each}}
</tbody>
</table>
<div class="page-footer" style="padding-right:40px">
<input class="btn btn-primary btn-primary-secondary" type="submit" name="saveDepartmentBtn" id="data-saveOrg" value="Save"> <a class="btn btn-secondary" href="/admin/organization/list/">Cancel</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment