Update header row
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 13 Oct 2017 21:10:06 +0000 (17:10 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 13 Oct 2017 21:10:06 +0000 (17:10 -0400)
commit4938deb4ec97691d8a8fb92df70dde8f5515c2bb
treee3d1b4f092e1ef6eef37572f0a42e69772176818
parentc9fcc056f6005d1c4ddc798467e6efea25f204d9
Update header row

Move login register and forgot into separate pages.
18 files changed:
css/front.css
js/frontRegApp.js
js/views/front/app.js
js/views/front/regClass.js
models/admin/ajax/account.php
models/front/registrations/cart.php
models/front/registrations/forgot.php [new file with mode: 0644]
models/front/registrations/index.php
models/front/registrations/list.php
models/front/registrations/login.php [new file with mode: 0644]
models/front/registrations/register.php [new file with mode: 0644]
models/front/registrations/registration.php
views/front/registrations/forgot.html [new file with mode: 0644]
views/front/registrations/header.html
views/front/registrations/list.html
views/front/registrations/login.html
views/front/registrations/register.html [new file with mode: 0644]
views/front/registrations/registration.html