Ignore:
Timestamp:
02/08/23 14:41:02 (22 months ago)
Author:
milamihajlovska <mila.mihajlovska01@…>
Branches:
master
Children:
632e3d8
Parents:
61fed7c
Message:

updates in html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/addFilmToCinema.html

    r61fed7c r39a45e6  
    22
    33  <div class="container" style="color: white">
    4     <h1 class="jumbotron-heading">Add event to cinema</h1>
     4    <h1 class="jumbotron-heading">Додади филм во кинотека</h1>
    55    <div class="row">
    66      <div class="col-md-5">
     
    88
    99          <div class="form-group">
    10             <label>Cinema</label>
     10            <label>Кинотека</label>
    1111            <select name="id_cinema" id="f1" class="form-control">
    1212              <option
     
    1919
    2020          <div class="form-group">
    21             <label>Film</label>
     21            <label>Филм</label>
    2222            <select name="id_film" id="f2" class="form-control">
    2323              <option
     
    2828            </select>
    2929          </div>
    30           <button style="background-color: #ff5019" id="submit" type="submit" class="btn btn-primary">Add </button>
     30          <button style="background-color: #ff5019" id="submit" type="submit" class="btn btn-primary">Додади </button>
    3131        </form>
    3232      </div>
Note: See TracChangeset for help on using the changeset viewer.