- Creating cards now works. We use Open Sans to make texts beautiful

- Added card counts to default controller
- Load images from our basecards folder in assets
- Administration now includes card counts
- Other misc improvements
This commit is contained in:
Ismo Vuorinen
2013-07-16 19:02:40 +03:00
parent adaca5b8b2
commit fe84af8649
28 changed files with 965 additions and 109 deletions

View File

@@ -16,7 +16,7 @@
<div class="row">
<div class="large-6 small-12 columns">
<div class="panel">
<form id="ecard_form">
<form id="ecard_form" method="post" action="<?php echo site_url('tallenna'); ?>">
<h2>Tiedot</h2>
@@ -124,6 +124,10 @@ if (! empty($images)) {
<input type="hidden" id="sizeOf_message_title_h"
name="sizeOf_message_title_h" value="">
<input type="hidden" id="sizeOf_image_w"
name="sizeOf_image_w" value="">
<input type="hidden" id="sizeOf_image_h"
name="sizeOf_image_h" value="">
<input type="hidden" id="placeOf_message_text_y"
name="placeOf_message_text_y" value="">