Skip to content

Commit

Permalink
fix: tuf: logout button allignement
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Jun 1, 2024
1 parent f958a42 commit b27fcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/src/router/www/sysdep/FUNCTION/TUF_UI/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ function show_banner(L3){// L3 = The third Level of Menu
}
else if(tuf_support){
banner_code +='<div class="banner1" align="center"><img src="images/New_ui/logo_TUF.png" align="left" style="width: 250px;height:96px;margin-left:45px;object-fit: cover;object-position: left;">';
banner_code +='<div style="margin-left:25px;margin-right:20px;width:160px;height:52px;margin-top:0px;float:left;" align="left"><span><a href="https://github.com/gnuton/asuswrt-merlin.ng" target="_blank" rel="noreferrer"><img src="images/merlin-logo.png" style="border: 0;"></a></span></div>'
banner_code +='<div style="margin-left:25px;margin-right:20px;width:130px;height:52px;margin-top:0px;float:left;" align="left"><span><a href="https://github.com/gnuton/asuswrt-merlin.ng" target="_blank" rel="noreferrer"><img src="images/merlin-logo.png" style="border: 0;"></a></span></div>'
banner_code +='<div style="margin-top:0px;margin-left:-90px;*margin-top:0px;*margin-left:0px;" align="center"><span id="modelName_top" onclick="this.focus();" class="modelName_top"><#Web_Title2#></span></div>';
// logout
banner_code +='<a href="javascript:logout();"><div style="margin:20px 0 0 15px;*width:136px;background:url(\'images/New_ui/btn_logout.png\') no-repeat;background-size:cover;width:132px;height:34px;float:left;" align="center"><div style="margin:8px 0 0 15px;"><#t1Logout#></div></div></a>\n';
Expand Down

0 comments on commit b27fcb6

Please sign in to comment.