Project

General

Profile

« Previous | Next » 

Revision 1775

Added by Dietmar about 12 years ago

! update loginBox.htt and loginForgot.htt

View differences:

branches/2.8.x/CHANGELOG
13 13

  
14 14

  
15 15

  
16
28 Sep-2012 Build 1775 Dietmar Woellbrink (Luisehahne)
17
! update loginBox.htt and loginForgot.htt
16 18
28 Sep-2012 Build 1774 Dietmar Woellbrink (Luisehahne)
17 19
! update argos theme css
18 20
28 Sep-2012 Build 1773 Dietmar Woellbrink (Luisehahne)
branches/2.8.x/wb/admin/interface/version.php
51 51

  
52 52
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
53 53
if(!defined('VERSION')) define('VERSION', '2.8.3');
54
if(!defined('REVISION')) define('REVISION', '1774');
54
if(!defined('REVISION')) define('REVISION', '1775');
55 55
if(!defined('SP')) define('SP', '');
branches/2.8.x/wb/templates/argos_theme/templates/loginBox.htt
15 15
<body>
16 16
<div id="admin_header">
17 17
  <div id="header_top">
18
    <div id="topmenu">
18
    <div id="topmenu" class="hide">
19 19
		<a class=" {LOGIN_DISPLAY_NONE}" href="{ADMIN_URL}" title="{TITLE_START}">Home</a>
20 20
		| <a href="{URL_VIEW}" target="_blank" title="{TITLE_VIEW}">{TITLE_VIEW}</a>
21 21
		| <a href="{LOGIN_LINK}" title="{TITLE_LOGOUT}">{TITLE_LOGOUT}</a>
......
26 26
      <span class="version">Admin version 1.7</span>
27 27
	 </div>
28 28
    <a href="{ADMIN_URL}" title="{TITLE_START}" id="website_title">
29
    {WEBSITE_TITLE} - {TEXT_ADMINISTRATION}
29
    {WEBSITE_TITLE}
30 30
    <!-- <img src="{THEME_URL}/images/logo.png" border="0" alt="Logo" /> -->
31 31
    </a>
32 32
	</div>
33 33
	<div id="content_container">
34
	<table summary="" cellpadding="0" cellspacing="0" border="0" width="900" align="center">
34
	<table style="width: 500px;" align="center">
35 35
	<tr>
36 36
	  <td class="content">
37 37
		<form name="login" action="{ACTION_URL}" method="post">
38 38
		<input type="hidden" name="url" value="{URL}" />
39 39
		<input type="hidden" name="username_fieldname" value="{USERNAME_FIELDNAME}" />
40 40
		<input type="hidden" name="password_fieldname" value="{PASSWORD_FIELDNAME}" />
41
			<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="500">
41
			<table style="width: 500px;">
42 42
			<tr>
43 43
				<td colspan="3" style="font-size: 20px; text-align: center; ">
44 44
					<span style="color: #003366;">{SECTION_LOGIN}</span>
branches/2.8.x/wb/templates/argos_theme/templates/loginForgot.htt
15 15
<body>
16 16
<div id="admin_header">
17 17
  <div id="header_top">
18
    <div id="topmenu">
18
    <div id="topmenu" class="hide">
19 19
		<a class=" {LOGIN_DISPLAY_NONE}" href="{ADMIN_URL}" title="{TITLE_START}">Home</a>
20 20
		| <a href="{URL_VIEW}" target="_blank" title="{TITLE_VIEW}">{TITLE_VIEW}</a>
21 21
		| <a href="{LOGIN_LINK}" title="{TITLE_LOGOUT}">{TITLE_LOGOUT}</a>
......
26 26
      <span class="version">Admin version 1.7</span>
27 27
	 </div>
28 28
    <a href="{ADMIN_URL}" title="{TITLE_START}" id="website_title">
29
    {WEBSITE_TITLE} - {TEXT_ADMINISTRATION}
29
    {WEBSITE_TITLE}
30 30
    <!-- <img src="{THEME_URL}/images/logo.png" border="0" alt="Logo" /> -->
31 31
    </a>
32 32
	</div>
33 33
	<div id="content_container">
34
	<table summary="" cellpadding="0" cellspacing="0" border="0" width="900" align="center">
34
	<table style="width: 500px;" align="center">
35 35
	<tr>
36 36
	  <td class="content">
37 37
	<form name="forgot_pass" action="{ACTION_URL}" method="post">

Also available in: Unified diff