fix:sales 페이지 로그인 버튼 제거
비로그인 상태에서 표시되던 로그인 버튼을 데스크톱/모바일 네비게이션에서 모두 제거 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -222,10 +222,6 @@ $mngUrl = (strpos($currentHost, 'sam.kr') !== false)
|
||||
<span class="text-sm font-medium text-slate-700"><?= $_SESSION['name'] ?>님</span>
|
||||
<a href="login/logout.php" class="px-3 py-1.5 bg-slate-100 text-slate-600 text-xs font-bold rounded hover:bg-slate-200 transition-colors border border-slate-200">로그아웃</a>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<a href="login/login_form.php" class="px-4 py-2 bg-brand-600 text-white text-sm font-bold rounded-lg hover:bg-brand-700 transition-colors shadow-lg shadow-brand-200">
|
||||
로그인
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
@@ -252,10 +248,6 @@ $mngUrl = (strpos($currentHost, 'sam.kr') !== false)
|
||||
<span class="text-sm font-medium text-slate-700 flex-1"><?= $_SESSION['name'] ?>님</span>
|
||||
<a href="login/logout.php" class="px-3 py-1.5 bg-slate-100 text-slate-600 text-xs font-bold rounded hover:bg-slate-200 transition-colors border border-slate-200" onclick="closeMobileMenu()">로그아웃</a>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<a href="login/login_form.php" class="px-4 py-2 bg-brand-600 text-white text-sm font-bold rounded-lg hover:bg-brand-700 transition-colors shadow-lg shadow-brand-200 text-center mt-2" onclick="closeMobileMenu()">
|
||||
로그인
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user