Changeset 2844

Show
Ignore:
Timestamp:
04/01/08 11:49:35 (9 months ago)
Author:
ksprotte
Message:

corrected xmlns:bos namespace in templates/login.xml

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/projects/bos/payment-website/templates/login.xml

    r2045 r2844  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<html xmlns="http://www.w3.org/1999/xhtml" 
    3       xmlns:bos="http://createrainforest.org"> 
     3      xmlns:bos="http://headcraft.de/bos"> 
    44 <bos:admin-login-page> 
    55  <head> 
    6    <title>Please login in to the BOS CMS</title> 
     6   <title>Please log in to the BOS CMS</title> 
    77   <link rel="stylesheet" href="/static/cms.css" /> 
    88  </head>