Code

Removed the last tags from translation strings.
[gosa.git] / ihtml / themes / default / conflict.tpl
1 <div class="plugtop">
2   {t}Session conflict detected{/t}
3 </div>
5 <p>
6  <b>{t}Warning{/t}:</b> {t}Probably there's another active instance of your session. Multiple window operation is technical not possible and heavily depends on the browser you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is possible. Pressing the 'Logout'button will close this session.{/t}
7 </p>
9 <p>
10   <b style="color:red;">{t}Ignoring this message will change/destroy the data you're currently editing, so please close multiple windows and log in again.{/t}</b>
11 </p>
13 <p class="plugbottom">
14   <input type="submit" name="reset_session" value="{t}Logout{/t}">
15 </p>