Add ARASAAC pictograms to Proyectos module
Co-authored-by: naielv <109038805+naielv@users.noreply.github.com>
This commit is contained in:
@@ -35,7 +35,7 @@ $aulario = json_decode(file_get_contents("/DATA/entreaulas/Centros/$centro_id/Au
|
|||||||
</a>
|
</a>
|
||||||
<!-- Proyectos -->
|
<!-- Proyectos -->
|
||||||
<a href="/entreaulas/proyectos.php?aulario=<?= urlencode($aulario_id) ?>" class="btn btn-info grid-item">
|
<a href="/entreaulas/proyectos.php?aulario=<?= urlencode($aulario_id) ?>" class="btn btn-info grid-item">
|
||||||
<img src="/static/iconexperience/shelf.png" height="125">
|
<img src="/static/arasaac/carpeta.png" height="125" style="background: white; padding: 5px; border-radius: 10px;">
|
||||||
<br>
|
<br>
|
||||||
Proyectos
|
Proyectos
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -263,7 +263,7 @@ $view = $current_project ? "project" : "list";
|
|||||||
<!-- Project List View -->
|
<!-- Project List View -->
|
||||||
<div class="card pad">
|
<div class="card pad">
|
||||||
<h1 class="card-title">
|
<h1 class="card-title">
|
||||||
<img src="/static/iconexperience/shelf.png" height="40" style="vertical-align: middle;">
|
<img src="/static/arasaac/carpeta.png" height="40" style="vertical-align: middle; background: white; padding: 5px; border-radius: 10px;">
|
||||||
Proyectos
|
Proyectos
|
||||||
</h1>
|
</h1>
|
||||||
<p>Gestiona proyectos con enlaces y archivos para tu aulario.</p>
|
<p>Gestiona proyectos con enlaces y archivos para tu aulario.</p>
|
||||||
@@ -287,7 +287,7 @@ $view = $current_project ? "project" : "list";
|
|||||||
<div class="card grid-item" style="width: 300px;">
|
<div class="card grid-item" style="width: 300px;">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">
|
<h5 class="card-title">
|
||||||
<img src="/static/iconexperience/shelf.png" height="30" style="vertical-align: middle;">
|
<img src="/static/arasaac/carpeta.png" height="30" style="vertical-align: middle; background: white; padding: 3px; border-radius: 5px;">
|
||||||
<?= htmlspecialchars($project["name"]) ?>
|
<?= htmlspecialchars($project["name"]) ?>
|
||||||
</h5>
|
</h5>
|
||||||
<?php if (!empty($project["description"])): ?>
|
<?php if (!empty($project["description"])): ?>
|
||||||
@@ -372,7 +372,7 @@ $view = $current_project ? "project" : "list";
|
|||||||
<div class="d-flex justify-content-between align-items-start">
|
<div class="d-flex justify-content-between align-items-start">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="card-title">
|
<h1 class="card-title">
|
||||||
<img src="/static/iconexperience/shelf.png" height="40" style="vertical-align: middle;">
|
<img src="/static/arasaac/carpeta.png" height="40" style="vertical-align: middle; background: white; padding: 5px; border-radius: 10px;">
|
||||||
<?= htmlspecialchars($project["name"]) ?>
|
<?= htmlspecialchars($project["name"]) ?>
|
||||||
</h1>
|
</h1>
|
||||||
<?php if (!empty($project["description"])): ?>
|
<?php if (!empty($project["description"])): ?>
|
||||||
@@ -406,7 +406,7 @@ $view = $current_project ? "project" : "list";
|
|||||||
<?php if ($item["type"] === "link"): ?>
|
<?php if ($item["type"] === "link"): ?>
|
||||||
<img src="/static/arasaac/actividad.png" height="30" style="vertical-align: middle; background: white; padding: 3px; border-radius: 5px;">
|
<img src="/static/arasaac/actividad.png" height="30" style="vertical-align: middle; background: white; padding: 3px; border-radius: 5px;">
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<img src="/static/iconexperience/contract.png" height="30" style="vertical-align: middle;">
|
<img src="/static/arasaac/documento.png" height="30" style="vertical-align: middle; background: white; padding: 3px; border-radius: 5px;">
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?= htmlspecialchars($item["name"]) ?>
|
<?= htmlspecialchars($item["name"]) ?>
|
||||||
</h5>
|
</h5>
|
||||||
|
|||||||
BIN
public_html/static/arasaac/carpeta.png
Normal file
BIN
public_html/static/arasaac/carpeta.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
BIN
public_html/static/arasaac/documento.png
Normal file
BIN
public_html/static/arasaac/documento.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
BIN
public_html/static/arasaac/libro.png
Normal file
BIN
public_html/static/arasaac/libro.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user