Jump to content
xt:Commerce Community Forum

<div> Tags in Login Box


Rigoo

Recommended Posts

Hallo,

ich bin fieberhaft aber der Suche, nach der Datei, in der die "div" Tags in der Login Box enthalten sind !?

Diese "div" Tags muss ich bei meinem Design entfernen, da die Login Box umgestaltet wird und die einzelnen Eingabefelder nebeneinander stehen sollen.

Danke und GG,

Rigo

Link to comment
Share on other sites

Hallo!

Du meinst sicherlich die html-Datei.

Die findest Du hier:

templates/dein template/module/login.html


<table width="100" border="0" cellspacing="2" cellpadding="0">

        <tr>

         <td class="main" nowrap><strong>{#text_email#}</strong> </td>

         <td> {$INPUT_MAIL}</td>

        </tr>

        <tr>

         <td class="main" nowrap> <strong>{#text_password#}</strong></td>

         <td><strong>{$INPUT_PASSWORD}</strong></td>

        </tr>

       </table>

So zumindest bei meiner V2.

Peter

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...