]> git.mxchange.org Git - friendica.git/blobdiff - view/de/jot.tpl
Merge branch 'fabrixxm-master'
[friendica.git] / view / de / jot.tpl
index 1411b8a7f1d9eef92fdf3b8e92aad744ead56dc4..545bbdadd2d553e0c691ed05b5dfd26b2773ed30 100644 (file)
@@ -13,6 +13,7 @@
                <input type="hidden" name="location" id="jot-location" value="$defloc" />
                <input type="hidden" name="coord" id="jot-coord" value="" />
 
+
                <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" ></textarea>
 
 <div id="profile-jot-submit-wrapper" >
        <div id="profile-nolocation-wrapper" style="display: none;" >
                <img id="profile-nolocation" src="images/noglobe.gif" alt="Browser Standort leeren" title="Browser Standort leeren" onclick="jotClearLocation();" />
        </div> 
+
+       <div id="profile-jot-plugin-wrapper" >
+       $jotplugins
+       </div>
+
+
        <div id="profile-rotator-wrapper" style="display: $visitor;" >
                <img id="profile-rotator" src="images/rotator.gif" alt="Bitte warten" title="Bitte warten" style="display: none;" />
        </div> 
-       <div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img id="jot-perms-icon" src="images/$lockstate_icon.gif"  alt="Berechtigungseinstellungen" title="Berechtigungseinstellungen" onClick="openClose('profile-jot-acl-wrapper');" />$bang</div>
+       <div id="profile-jot-perms" class="profile-jot-perms" style="display: $visitor;" ><img id="jot-perms-icon" src="images/$lockstate_icon.gif"  alt="Berechtigungseinstellungen" title="Berechtigungseinstellungen" onClick="openClose('profile-jot-acl-wrapper'); openClose('profile-jot-email-wrapper');" />$bang</div>
        <div id="profile-jot-perms-end"></div>
+       <div id="profile-jot-email-wrapper" style="display: none;" >
+       <div id="profile-jot-email-label">$emailcc</div><input type="text" name="emailcc" id="profile-jot-email" title="$emtitle">
+       <div id="profile-jot-email-end"></div>
+       </div>
        <div id="profile-jot-acl-wrapper" style="display: none;" >$acl</div>
 </div>