]> git.mxchange.org Git - friendica.git/commitdiff
ohh some spelling mistakes heading is written only with one d :-)
authorrabuzarus <>
Thu, 19 May 2016 23:50:56 +0000 (01:50 +0200)
committerrabuzarus <>
Thu, 19 May 2016 23:50:56 +0000 (01:50 +0200)
css/style.css
js/modal.js
js/theme.js
templates/contacts-template.tpl
templates/directory_header.tpl
templates/mail_display.tpl
templates/poke_content.tpl

index e10d580be726e565feea21d4e09029c6e70e1ed7..c1f1b3d87cce5178d5fd48a7079be5114200ee48 100644 (file)
@@ -1591,7 +1591,7 @@ ul.dropdown-menu li:hover {
 .search-input.form-control.form-search {
     width: 100%;
 }
-.search-headding {
+.search-heading {
     text-align: center;
     color: $link_color;
     font-size: 20px;
@@ -1696,7 +1696,7 @@ ul.viewcontact_wrapper > li {
 }
 
 /* directory page */
-#directory-search-headding {
+#directory-search-heading {
     padding-top: 10px;
 }
 
index 4092084e43384c8d0372e02f985179b7a0dfb7f9..35a3f2b457000eb736f0919ccba314b273365804 100644 (file)
@@ -141,10 +141,10 @@ function loadModalTitle() {
        //$("#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!=="") {
index 49dfb119d444581d8ddd07f0fae2038786400462..e159b1fdef7aefbd0423d8d3bd96101203d65ea4 100644 (file)
@@ -108,9 +108,9 @@ $(document).ready(function(){
                }
        });
 
-       // 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");
        }
 
        
index e8870e830748fb79a57d351ace3d6f792a977af5..3253fc9b09b87de0b3326957d46edfaf68810aad 100644 (file)
@@ -3,8 +3,8 @@
 
        {{$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}}
 
index 570d14982aca3ee6b93c9192f84d04fe8d091ca8..17c77e786816380687e7890d4f810edb28e1cddd 100644 (file)
@@ -9,7 +9,7 @@
 
 
 {{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 *}}
index fc8817dd39064fccd56a17ac1bdc59b25fc205f3..6511bd70462590e7adeaa1f0e4eb966dae5e21fd 100644 (file)
@@ -1,7 +1,7 @@
 
 <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}}
index 3a01148af32275b2fe58dbe52cf11abe307600f3..02c7f3a83d99633e9c4db6e73dabe789b2948ffd 100644 (file)
@@ -1,7 +1,7 @@
 
 <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">