Hi kamal2099 !
You can do it following steps below:
1. Open index.php file in templates/ja_teline folder , find following code section at about line 141 :
<div class="ja-day">
<?php
echo "<span>".date ('l')."</span>";
echo " <div>".date ('M')." ".date ('d').date ('S')."</div>";
?>
</div>
change to :
<div class="ja-day">
<?php
echo "<span>".date ('l')."</span>";
echo " <div>".date ('M')." ".date ('d').date ('S')."</div>";
?>
</div>
<div class="new_module">
<!-- load new module -->
</div>
2. open template.css file in templates/ja_teline/css folder, find add following code section to that file :
.new_module {
clear:both;
float:right;
margin-top:5px;
right:0;
}