.search-input.form-control.form-search {
width: 100%;
}
-.search-headding {
+.search-heading {
text-align: center;
color: $link_color;
font-size: 20px;
}
/* directory page */
-#directory-search-headding {
+#directory-search-heading {
padding-top: 10px;
}
//$("#modal-title").empty();
// hide the first h3 child element of the modal body
- $("#modal-body .headding").first().hide();
+ $("#modal-body .heading").first().hide();
- // get the text of the first element with headding class
- var title = $("#modal-body .headding").first().text();
+ // get the text of the first element with heading class
+ var title = $("#modal-body .heading").first().text();
// and append it to modal title
if (title!=="") {
}
});
- // add search-headding to the scecond navbar
- if( $(".search-headding")) {
- $(".search-headding").appendTo("#topbar-second > .container > #tabmenu");
+ // add search-heading to the scecond navbar
+ if( $(".search-heading")) {
+ $(".search-heading").appendTo("#topbar-second > .container > #tabmenu");
}
{{$tabs}}
- {{* The page headding with it's contacts counter *}}
- <h2 class="headding">{{$header}} {{if $total}} ({{$total}}) {{/if}}</h2>
+ {{* The page heading with it's contacts counter *}}
+ <h2 class="heading">{{$header}} {{if $total}} ({{$total}}) {{/if}}</h2>
{{if $finding}}<h4>{{$finding}}</h4>{{/if}}
{{if $findterm}}
-<h4 class="search-headding">{{$finding}} {{$findterm}}</h4>
+<h4 class="search-heading">{{$finding}} {{$findterm}}</h4>
{{/if}}
{{* The search input field to search for contacts *}}
<div id="mail-thread-{{$thread_id}}" class="mail-thread">
{{$brauchenwas}}
- <h4 class="headding">{{$thread_subject}}</h3>
+ <h4 class="heading">{{$thread_subject}}</h3>
<div id="mail-conversation" class="panel panel-default {{if $canreply }}can-reply{{/if}}">
{{foreach $mails as $mail}}
<div id="poke-wrapper">
- <h3 class="headding">{{$title}}</h3>
+ <h3 class="heading">{{$title}}</h3>
<div id="poke-desc">{{$desc}}</div>
<form id="poke-form" action="poke" method="get">