Skip to content

Commit

Permalink
oops - adding robots.txt.
Browse files Browse the repository at this point in the history
tinymce for notes only
  • Loading branch information
sdreher committed Nov 14, 2014
1 parent ca53b67 commit 25872bf
Show file tree
Hide file tree
Showing 7 changed files with 432 additions and 10 deletions.
408 changes: 408 additions & 0 deletions footprints/main/migrations/0004_auto__add_audit_fields.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion footprints/templates/admin/main/bookcopy/change_form.html
Expand Up @@ -9,7 +9,7 @@

<script type="text/javascript">
jQuery(document).ready(function() {
tinymce.init({selector: 'textarea'});
tinymce.init({selector: 'div.field-notes textarea'});
jQuery("select").select2();
});
</script>
Expand Down
Expand Up @@ -9,7 +9,7 @@

<script type="text/javascript">
jQuery(document).ready(function() {
tinymce.init({selector: 'textarea'});
tinymce.init({selector: 'div.field-notes textarea'});
jQuery("select").select2();
});
</script>
Expand Down
10 changes: 7 additions & 3 deletions footprints/templates/admin/main/footprint/change_form.html
Expand Up @@ -9,14 +9,18 @@

<script type="text/javascript">
jQuery(document).ready(function() {
tinymce.init({selector: 'textarea'});
tinymce.init({selector: 'div.field-notes textarea'});
jQuery("select").select2();
});
</script>

<style media="screen" type="text/css">
div.field-notes label,
div.field-title label {
div.field-title textarea {
height: 2em;
width: 300px !important;
}

div.field-notes label {
float: none !important;
width: 15em !important;
margin-bottom: 14px !important;
Expand Down
10 changes: 7 additions & 3 deletions footprints/templates/admin/main/imprint/change_form.html
Expand Up @@ -9,14 +9,18 @@

<script type="text/javascript">
jQuery(document).ready(function() {
tinymce.init({selector: 'textarea'});
tinymce.init({selector: 'div.field-notes textarea'});
jQuery("select").select2();
});
</script>

<style media="screen" type="text/css">
div.field-notes label,
div.field-title label {
div.field-title textarea {
height: 2em;
width: 300px !important;
}

div.field-notes label {
float: none !important;
width: 15em !important;
margin-bottom: 14px !important;
Expand Down
8 changes: 6 additions & 2 deletions footprints/templates/admin/main/writtenwork/change_form.html
Expand Up @@ -9,13 +9,17 @@

<script type="text/javascript">
jQuery(document).ready(function() {
tinymce.init({selector: 'textarea'});
tinymce.init({selector: 'div.field-notes textarea'});
jQuery("select").select2();
});
</script>

<style media="screen" type="text/css">
div.field-standardized_title label,
div.field-standardized_title textarea {
height: 2em;
width: 300px !important;
}

div.field-notes label {
float: none !important;
width: 15em !important;
Expand Down
2 changes: 2 additions & 0 deletions robots.txt
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /

0 comments on commit 25872bf

Please sign in to comment.